mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-08 17:13:56 +00:00
Do not execute 'Subst <attrib>' on replies
SVN revision: 2264
This commit is contained in:
parent
9c7055c264
commit
b01a695982
@ -22077,7 +22077,7 @@ void submit_elog(LOGBOOK * lbs)
|
||||
add_subst_list(slist, svalue, "message id", getparam("edit_id"), &n);
|
||||
|
||||
/* substitute attributes */
|
||||
if (!isparam("edit_id")) {
|
||||
if (!isparam("edit_id") && !isparam("reply_to")) {
|
||||
for (i = 0; i < n_attr; i++) {
|
||||
sprintf(str, "Subst %s", attr_list[i]);
|
||||
if (getcfg(lbs->name, str, subst_str, sizeof(subst_str))) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user