X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=cf_custom_field_add.php;h=965c2aba165fdea4816a27875d194dff73bf22bd;hb=259888a9ebd2bf163210a2681a4c22e4444bd709;hp=656cb9bd2e1c0c85875bb74591cbccffe9dc12fb;hpb=9e82b53fc5d8cb1e54b5fde774fa68a916f28b4c;p=timetracker.git diff --git a/cf_custom_field_add.php b/cf_custom_field_add.php index 656cb9bd..965c2aba 100644 --- a/cf_custom_field_add.php +++ b/cf_custom_field_add.php @@ -65,7 +65,7 @@ if ($request->isPost()) { } else $err->add($i18n->getKey('error.db')); } -} // POST +} // isPost $smarty->assign('forms', array($form->getName()=>$form->toArray())); $smarty->assign('onload', 'onLoad="document.fieldForm.name.focus()"');