Remove the last #groupex# mention
authorRaphaël Barrois <raphael.barrois@polytechnique.org>
Mon, 15 Feb 2010 12:22:59 +0000 (13:22 +0100)
committerRaphaël Barrois <raphael.barrois@polytechnique.org>
Mon, 15 Feb 2010 12:22:59 +0000 (13:22 +0100)
Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
classes/user.php

index d346eb3..dc85970 100644 (file)
@@ -479,7 +479,7 @@ class User extends PlUser
     {
         if (is_null($this->groups)) {
             $this->groups = XDB::fetchAllAssoc('asso_id', 'SELECT  asso_id, perms, comm
-                                                             FROM  #groupex#.membres
+                                                             FROM  group_members
                                                             WHERE  uid = {?}',
                                                 $this->id());
         }