X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/253b4bd9eea2c01fe72bd45dd12ad8568177672c..e3cdaaf8e6b4e5433ec620396e562de1a5dcec10:/groups.php diff --git a/groups.php b/groups.php index 449bd636..f335153c 100644 --- a/groups.php +++ b/groups.php @@ -49,7 +49,7 @@ if ($request->isPost()) { } $form = new Form('subgroupsForm'); -$groups = $user->getGroupsForDropdown2(); +$groups = $user->getGroupsForDropdown(); if (count($groups) > 1) { $form->addInput(array('type'=>'combobox', 'onchange'=>'this.form.submit();',