mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-08 17:13:56 +00:00
Fixed wrong "Suppress email notification" with conditional attributes
SVN revision: 1729
This commit is contained in:
parent
9dbfc65810
commit
a4c991c16f
@ -10033,7 +10033,7 @@ void show_edit_form(LOGBOOK * lbs, int message_id, BOOL breply, BOOL bedit, BOOL
|
||||
}
|
||||
|
||||
/* Suppress email check box */
|
||||
if (bedit)
|
||||
if (message_id && bedit)
|
||||
getcfg(lbs->name, "Suppress Email on edit", str, sizeof(str));
|
||||
else
|
||||
getcfg(lbs->name, "Suppress default", str, sizeof(str));
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user