From: x2003bruneau Date: Wed, 8 Nov 2006 22:44:59 +0000 (+0000) Subject: Same as [1062] X-Git-Tag: xorg/0.9.11^0 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=f3af4f21f46ebe496d444e7fe190ee2aa3e73482;p=platal.git Same as [1062] git-svn-id: svn+ssh://murphy/home/svn/platal/branches/platal-0.9.11@1063 839d8a87-29fc-0310-9880-83ba4fa771e5 --- diff --git a/include/user.func.inc.php b/include/user.func.inc.php index cf4cc5a..bbc5ab8 100644 --- a/include/user.func.inc.php +++ b/include/user.func.inc.php @@ -288,7 +288,7 @@ function get_user_details_adr($uid, $view = 'private') { function &get_user_details($login, $from_uid = '', $view = 'private') { $reqsql = "SELECT u.user_id, u.promo, u.promo_sortie, u.prenom, u.nom, u.nom_usage, u.date, u.cv, - u.perms IN ('admin','user') AS inscrit, FIND_IN_SET('femme', u.flags) AS sexe, u.deces != 0 AS dcd, u.deces, + u.perms IN ('admin','user','disabled') AS inscrit, FIND_IN_SET('femme', u.flags) AS sexe, u.deces != 0 AS dcd, u.deces, q.profile_nick AS nickname, q.profile_from_ax, q.profile_mobile AS mobile, q.profile_web AS web, q.profile_freetext AS freetext, q.profile_mobile_pub AS mobile_pub, q.profile_web_pub AS web_pub, q.profile_freetext_pub AS freetext_pub, q.profile_medals_pub AS medals_pub,