X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=cf_custom_field_edit.php;h=196d85fafcf86a17b7dc487bc2b725f0fc317b23;hb=6a4961011c5509a094f4ee897dc581638a7c062d;hp=f368515ce0aa5bcb7afca351a2a306cb92622f13;hpb=9e82b53fc5d8cb1e54b5fde774fa68a916f28b4c;p=timetracker.git diff --git a/cf_custom_field_edit.php b/cf_custom_field_edit.php index f368515c..196d85fa 100644 --- a/cf_custom_field_edit.php +++ b/cf_custom_field_edit.php @@ -70,7 +70,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()"');