X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=client_add.php;h=820a32fde97af51061caf005a9d1d53aab855a4e;hb=HEAD;hp=4d26e2a118f8b66342c600424ec5b9f53cf6c385;hpb=caa61e7cf00098a2cd64d0d716abb2d6b09982e7;p=timetracker.git diff --git a/client_add.php b/client_add.php index 4d26e2a1..820a32fd 100644 --- a/client_add.php +++ b/client_add.php @@ -88,7 +88,7 @@ if ($request->isPost()) { $smarty->assign('forms', array($form->getName()=>$form->toArray())); $smarty->assign('onload', 'onLoad="document.clientForm.name.focus()"'); -$smarty->assign('show_projects',$show_projects); +$smarty->assign('show_projects', $show_projects); $smarty->assign('title', $i18n->get('title.add_client')); $smarty->assign('content_page_name', 'client_add.tpl'); $smarty->display('index.tpl');