From: Raphaël Barrois Date: Mon, 15 Feb 2010 12:22:59 +0000 (+0100) Subject: Remove the last #groupex# mention X-Git-Tag: xorg/1.0.0~332^2~215 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=185d4ea184f877526b1782edeb31dca26b7142f6;p=platal.git Remove the last #groupex# mention Signed-off-by: Raphaël Barrois --- diff --git a/classes/user.php b/classes/user.php index d346eb3..dc85970 100644 --- a/classes/user.php +++ b/classes/user.php @@ -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()); }