X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=htdocs%2Flistes_redirect.php;h=8c08052c24f8ff9dff9d5c0763cce3bea6a8902f;hb=c76545c351fae4e2298624ff9ee5bf854dc5a5b6;hp=144c0afe02e85f30f8f29ba50773783c6c9935ec;hpb=9e1816c7666767755abbc24f6a0df290efff81b6;p=platal.git diff --git a/htdocs/listes_redirect.php b/htdocs/listes_redirect.php index 144c0af..8c08052 100644 --- a/htdocs/listes_redirect.php +++ b/htdocs/listes_redirect.php @@ -35,7 +35,7 @@ if ($matches) { http_redirect("https://www.polytechnique.org/lists/$action/$mbox$sup"); } - $res = XDB::query("SELECT diminutif FROM #groupex#.asso WHERE mail_domain = {?}", $fqdn); + $res = XDB::query("SELECT diminutif FROM groups WHERE mail_domain = {?}", $fqdn); if ($gpx = $res->fetchOneCell()) { http_redirect("http://www.polytechnique.net/$gpx/lists/$action/$mbox$sup"); }