]> wagnertech.de Git - timetracker.git/blobdiff - client_add.php
Cosmetic formatting improvements
[timetracker.git] / client_add.php
index 503b94031697add322e0a6dcd72242247dd1a8d0..4ddb500e3dc7f8b67236c96802e69347f8a3c1b3 100644 (file)
@@ -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