Fixed bug with MOptions under conditions and upload

SVN revision: 1865
This commit is contained in:
Stefan Ritt 2007-05-30 20:29:30 +00:00
parent 50e210d481
commit 0784d6e607

View File

@ -8871,7 +8871,7 @@ void show_edit_form(LOGBOOK * lbs, int message_id, BOOL breply, BOOL bedit, BOOL
/* rescan attributes if condition set */
if (_condition[0]) {
n_attr = scan_attributes(lbs->name);
if (breedit)
if (breedit || bupload)
attrib_from_param(n_attr, attrib);
/* now check again for conditional preset */