From: Raphaël Barrois Date: Tue, 9 Feb 2010 01:19:41 +0000 (+0100) Subject: Actually display results of Mentor search... X-Git-Tag: xorg/1.0.0~332^2~239 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=82110d152a519d1f3655f94c6998e7c84bd32c69;p=platal.git Actually display results of Mentor search... Signed-off-by: Raphaël Barrois --- diff --git a/modules/profile.php b/modules/profile.php index 58bce5f..4bf9813 100644 --- a/modules/profile.php +++ b/modules/profile.php @@ -677,7 +677,7 @@ class ProfileModule extends PLModule require_once 'userset.inc.php'; $ufc = $ufb->getUFC(); $set = new ProfileSet($ufc); - $set->addMod('referent', 'Référents'); + $set->addMod('mentor', 'Référents'); $set->apply('referent/search', $page, $action, $subaction); if ($set->count() > 100) { $page->assign('recherche_trop_large', true);