X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=cf_custom_field_edit.php;h=15146db67b00db3665c2a6b5d6320455bb87cbef;hb=b027832862272283d9203c994ec8fd39f6196887;hp=3d92d94502e4d8dc1a6d9d4ad289670f75e6c377;hpb=0e3c4d629800de449c5a1bb9da780993e5dc5277;p=timetracker.git diff --git a/cf_custom_field_edit.php b/cf_custom_field_edit.php index 3d92d945..15146db6 100644 --- a/cf_custom_field_edit.php +++ b/cf_custom_field_edit.php @@ -70,7 +70,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()"');