Rename ufbuilder.php to ufbuilder.inc.php
[platal.git] / modules / auth / auth.inc.php
index 6febc2c..f232d67 100644 (file)
@@ -67,8 +67,8 @@ function gpex_make($chlg, $privkey, $datafields, $charset)
         } else if ($val == 'grpauth') {
             if (isset($_GET['group'])) {
                 $res = XDB::query("SELECT  perms
-                                     FROM  groupex.membres
-                               INNER JOIN  groupex.asso ON(id = asso_id)
+                                     FROM  #groupex#.membres
+                               INNER JOIN  #groupex#.asso ON(id = asso_id)
                                     WHERE  uid = {?} AND diminutif = {?}",
                                   S::v('uid'), $_GET['group']);
                 $perms = $res->fetchOneCell();