X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/9def341e72ae78b8d0cb96ce425cdfb6824b00b6..f066e7ba4d1141bad2f50e802c0911e5f76e8ef0:/WEB-INF/lib/ttUser.class.php diff --git a/WEB-INF/lib/ttUser.class.php b/WEB-INF/lib/ttUser.class.php index 9ce67ac0..3085a0d5 100644 --- a/WEB-INF/lib/ttUser.class.php +++ b/WEB-INF/lib/ttUser.class.php @@ -365,7 +365,7 @@ class ttUser { // - A parent group (..) of a currently selected group, if available. // - A currently selected group (.) represented by $behalf_group_id. // - All subgroups (only immediate children) of a currently selected group. - function getGroups($options) { + function getGroups() { $mdb2 = getConnection(); // $sql = 'select id, parent_id, name from tt_groups where org_id = $this->org_id ...'; // TODO: parent_id is now NULL in db, fix this.