From: Aurelien LAJOIE Date: Sun, 30 Jan 2005 22:45:06 +0000 (+0000) Subject: Pour les portables sur manageurs X-Git-Tag: xorg/old~342 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=ff46f3cad7a745b5a32b463c2ffd346f8faab6ac;p=platal.git Pour les portables sur manageurs git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-416 --- diff --git a/include/webservices/manageurs.server.inc.php b/include/webservices/manageurs.server.inc.php index 6a13fa9..148e4a1 100644 --- a/include/webservices/manageurs.server.inc.php +++ b/include/webservices/manageurs.server.inc.php @@ -27,8 +27,9 @@ function get_annuaire_infos($method, $params) { //on ne recupere pas les adresses inutilement if(!isset($params[2])){ $res = $globals->xdb->iterRow( - "SELECT a.mobile AS cell, a.naissance AS age + "SELECT aq.profile_mobile AS cell, a.naissance AS age FROM auth_user_md5 AS a + INNER JOIN auth_user_quick AS aq ON (a.user_id = aq.user_id) WHERE a.matricule = {?}", $params[1]); } else{