X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/caa61e7cf00098a2cd64d0d716abb2d6b09982e7..HEAD:/client_add.php?ds=inline 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');