X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;ds=sidebyside;f=modules%2Fprofile%2Fmentor.inc.php;h=3a842c6ea07a733b4ec1551591ca18706eaa9847;hb=5b48ebf46ef939d701852d2117bbcf308036027c;hp=14af014f2303200f968228b93b734e3167904dbd;hpb=905cda00459649fa751c2ea292e079f5f05cae81;p=platal.git diff --git a/modules/profile/mentor.inc.php b/modules/profile/mentor.inc.php index 14af014..3a842c6 100644 --- a/modules/profile/mentor.inc.php +++ b/modules/profile/mentor.inc.php @@ -1,6 +1,6 @@ assign('countryList', XDB::iterator("SELECT iso_3166_1_a2, countryFR + $page->assign('countryList', XDB::iterator("SELECT iso_3166_1_a2, country FROM geoloc_countries - ORDER BY countryFR")); + ORDER BY country")); $page->assign('hrpid', $this->profile->hrpid); } }