X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/1a6b352052d17eff5027ff20fe4f204f08893ec3..1a1ae10cf832a697192fc5e1e84debe930ce3c9f:/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();',