]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/lib/ttUser.class.php
Rolling back old passwords support as some users never change them.
[timetracker.git] / WEB-INF / lib / ttUser.class.php
index 8e9a8f2152bebe3c11f73cfca1c02f512a449694..7a37109ebc7cc5db08aecf1245c01dc0147b9377 100644 (file)
@@ -418,7 +418,7 @@ class ttUser {
     $res = $mdb2->query($sql);
     if (!is_a($res, 'PEAR_Error')) {
       while ($val = $res->fetchRow()) {
-        $groups[] = $val; // array('id'=>$val['id'],'name'=>$val['name']);
+        $groups[] = $val;
       }
     }
     return $groups;