X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/c2422b1c289617775ca58ba490586e81864044cd..b5d95bbf6e8ce2b60c6640cdee5571025524e1a6:/client_add.php diff --git a/client_add.php b/client_add.php index 9363e594..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');