mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-05 04:49:44 +01:00
ouch, forgot a closing bracket, ...
This commit is contained in:
parent
ee3377d1f2
commit
d349ffed88
@ -1329,7 +1329,7 @@ foreach($sess as $key => $val)
|
|||||||
if (!$readonly && $type != 'buttononly') // input button, are never submitted back!
|
if (!$readonly && $type != 'buttononly') // input button, are never submitted back!
|
||||||
{
|
{
|
||||||
$GLOBALS['egw_info']['etemplate']['to_process'][$form_name] = $cell['type'];
|
$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)
|
if ($name == 'cancel' || stripos($name,'[cancel]') !== false)
|
||||||
{
|
{
|
||||||
$GLOBALS['egw_info']['etemplate']['to_process'][$form_name] = 'cancel';
|
$GLOBALS['egw_info']['etemplate']['to_process'][$form_name] = 'cancel';
|
||||||
|
Loading…
Reference in New Issue
Block a user