X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=cf_custom_field_add.php;h=056ce531abe9910b92d2e7cad0a3478fc09838e6;hb=0dcf21723daf12934f4977fcf24a0e1b1bff8021;hp=3af6c3a2781b58b4f8db00e83c2ea3b4132e91b9;hpb=0e3c4d629800de449c5a1bb9da780993e5dc5277;p=timetracker.git diff --git a/cf_custom_field_add.php b/cf_custom_field_add.php index 3af6c3a2..056ce531 100644 --- a/cf_custom_field_add.php +++ b/cf_custom_field_add.php @@ -65,7 +65,7 @@ if ($request->getMethod() == 'POST') { } else $errors->add($i18n->getKey('error.db')); } -} +} // POST $smarty->assign('forms', array($form->getName()=>$form->toArray())); $smarty->assign('onload', 'onLoad="document.fieldForm.name.focus()"');