From d349ffed88b949d83fd2a8a72b295f3806b1582e Mon Sep 17 00:00:00 2001 From: Klaus Leithoff Date: Thu, 14 Feb 2008 07:46:18 +0000 Subject: [PATCH] ouch, forgot a closing bracket, ... --- etemplate/inc/class.uietemplate.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etemplate/inc/class.uietemplate.inc.php b/etemplate/inc/class.uietemplate.inc.php index 2672f2eec1..45c22dbed4 100644 --- a/etemplate/inc/class.uietemplate.inc.php +++ b/etemplate/inc/class.uietemplate.inc.php @@ -1329,7 +1329,7 @@ foreach($sess as $key => $val) if (!$readonly && $type != 'buttononly') // input button, are never submitted back! { $GLOBALS['egw_info']['etemplate']['to_process'][$form_name] = $cell['type']; - if (strlen($name>0) { + if (strlen($name>0)) { if ($name == 'cancel' || stripos($name,'[cancel]') !== false) { $GLOBALS['egw_info']['etemplate']['to_process'][$form_name] = 'cancel';