X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;ds=sidebyside;f=include%2Fprofil.func.inc.php;h=61b0356ed06641a41d5f31df1d378e7b9ab7b201;hb=cf183020278d9b2862519a320fbc5348d907c016;hp=24d5b7e58727dc265b0ac09bfa9fb42f7bf602e9;hpb=bde2be3b1777bf1f66c6d2b2cdecc361d6191911;p=platal.git diff --git a/include/profil.func.inc.php b/include/profil.func.inc.php index 24d5b7e..61b0356 100644 --- a/include/profil.func.inc.php +++ b/include/profil.func.inc.php @@ -1,6 +1,6 @@ '','phon $ret = ''; $tel_length = strlen($tel); if((!isset($format['phoneprf'])) || ($format['phoneprf'] == '')) { - $res = XDB::query("SELECT phoneprf, phoneformat AS format - FROM geoloc_pays - WHERE phoneprf = {?} OR phoneprf = {?} OR phoneprf = {?} + $res = XDB::query("SELECT phonePrefix AS phoneprf, phoneFormat AS format + FROM geoloc_countries + WHERE phonePrefix = {?} OR phonePrefix = {?} OR phonePrefix = {?} LIMIT 1", substr($tel, 0, 1), substr($tel, 0, 2), substr($tel, 0, 3)); if ($res->numRows() == 0) {