Ajout de la préférence recherche par référence

This commit is contained in:
Michael RICOIS 2011-12-14 10:53:09 +00:00
parent d77fa98c20
commit 4b49a1ea6b

View File

@ -38,7 +38,7 @@ class RechercheController extends Zend_Controller_Action
require_once 'Scores/Utilisateur.php';
$user = new Utilisateur();
$this->view->assign('RefClient', true);
$this->view->assign('RefClient', $user->checkPref('rechref'));
}
/**