X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=include%2Fuser.func.inc.php;h=7da7ada2c8e3b0dce0aeacd7df3bc1a180468c97;hb=804752d30f93bcd7dde8fd6fc755e4139bb18c5c;hp=84aaa8c9ce7db2b842c8fa4ce5f2ded519763c8a;hpb=de14933c384281bfc5571b8b3d7d7ac94b04bc48;p=platal.git diff --git a/include/user.func.inc.php b/include/user.func.inc.php index 84aaa8c..7da7ada 100644 --- a/include/user.func.inc.php +++ b/include/user.func.inc.php @@ -214,6 +214,7 @@ function get_user_details_adr($uid, $view = 'private') { gp.pays AS countrytxt,a.region, a.regiontxt, FIND_IN_SET('active', a.statut) AS active, a.adrid, FIND_IN_SET('res-secondaire', a.statut) AS secondaire, + FIND_IN_SET('courrier', a.statut) AS courier, a.pub, gp.display FROM adresses AS a LEFT JOIN geoloc_pays AS gp ON (gp.a2=a.country)