X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/098a79f0819ebb89b7d48df4a6b154af4560f68e..b5d95bbf6e8ce2b60c6640cdee5571025524e1a6:/client_add.php diff --git a/client_add.php b/client_add.php index 503b9403..4ddb500e 100644 --- a/client_add.php +++ b/client_add.php @@ -47,7 +47,7 @@ if ($request->getMethod() == 'POST') { } else { // Do not assign all projects to a new client by default. This should help to reduce clutter. // foreach ($projects as $project_item) - // $cl_projects[] = $project_item['id']; + // $cl_projects[] = $project_item['id']; } $form = new Form('clientForm'); @@ -86,4 +86,3 @@ $smarty->assign('onload', 'onLoad="document.clientForm.name.focus()"'); $smarty->assign('title', $i18n->getKey('title.add_client')); $smarty->assign('content_page_name', 'client_add.tpl'); $smarty->display('index.tpl'); -?> \ No newline at end of file