X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;ds=inline;f=modules%2Fprofile%2Fmentor.inc.php;h=17d9cdd67c0983c795fa6ad3cce8860f09df047c;hb=25b261b1e0c8745d1f134f1a082e428ab50bd811;hp=dc0492ac2f0af925a113b7e2659107e40019d726;hpb=a0fce0c603f6fc686dbab66268a786114786b188;p=platal.git diff --git a/modules/profile/mentor.inc.php b/modules/profile/mentor.inc.php index dc0492a..17d9cdd 100644 --- a/modules/profile/mentor.inc.php +++ b/modules/profile/mentor.inc.php @@ -171,6 +171,7 @@ class ProfileSettingMentor extends ProfilePage $page->assign('countryList', XDB::iterator("SELECT iso_3166_1_a2, countryFR FROM geoloc_countries ORDER BY countryFR")); + $page->assign('hrpid', $this->profile->hrpid); } }