From 0784d6e6070c6115b8854820037d66d8a7554ba0 Mon Sep 17 00:00:00 2001 From: Stefan Ritt Date: Wed, 30 May 2007 20:29:30 +0000 Subject: [PATCH] Fixed bug with MOptions under conditions and upload SVN revision: 1865 --- src/elogd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/elogd.c b/src/elogd.c index 65806ed0..e10bf0fe 100755 --- a/src/elogd.c +++ b/src/elogd.c @@ -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 */