} 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');
$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