]> wagnertech.de Git - timetracker.git/blobdiff - client_add.php
Cosmetic formatting improvements
[timetracker.git] / client_add.php
index 9363e594a177a87c7e7b0c53c45e0ef35d4c93c1..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');