From bc739d8309bd494682bc0fcd84731912549488c3 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Tue, 30 Aug 2011 08:16:51 +0000 Subject: [PATCH] adding an empty hidden field, to force some return value, if no account was selected for export_limit_excepted, without any return value nothing gets returned and therefore stored --- etemplate/inc/class.bo_merge.inc.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/etemplate/inc/class.bo_merge.inc.php b/etemplate/inc/class.bo_merge.inc.php index 433738972e..d062a4be52 100644 --- a/etemplate/inc/class.bo_merge.inc.php +++ b/etemplate/inc/class.bo_merge.inc.php @@ -85,7 +85,8 @@ abstract class bo_merge { $accountsel = new uiaccountsel(); - return $accountsel->selection('newsettings[export_limit_excepted]','export_limit_excepted',$config['export_limit_excepted'],'both',4); + return ''. + $accountsel->selection('newsettings[export_limit_excepted]','export_limit_excepted',$config['export_limit_excepted'],'both',4); } /**