]> wagnertech.de Git - timetracker.git/blobdiff - groups.php
A bit of refactoring.
[timetracker.git] / groups.php
index 449bd636066805eb4df057b4eef646322e547dce..f335153ce09c671bb82f3244f660213f3fc0fbac 100644 (file)
@@ -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();',