X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/10e652b9628722c1aad1ab875a3bda1007167c31..ca6d2f927b985f4d80b31e5e2c6deb98e4fae6f6:/groups.php diff --git a/groups.php b/groups.php index 172dd329..6c35bfb3 100644 --- a/groups.php +++ b/groups.php @@ -49,7 +49,7 @@ if ($request->isPost()) { } $form = new Form('subgroupsForm'); -$groups = $user->getGroups(); +$groups = $user->getGroupsForDropdown(); if (count($groups) > 1) { $form->addInput(array('type'=>'combobox', 'onchange'=>'this.form.submit();',