Juste pour avoir l'affichage

This commit is contained in:
Michael RICOIS 2012-01-05 13:58:09 +00:00
parent 493d232677
commit b30e19af3d

View File

@ -4,10 +4,12 @@ Class Zend_View_Helper_Field extends Zend_View_Helper_Abstract
public function Field($name) public function Field($name)
{ {
/*
$prefs = Zend_Registry::get('prefs'); $prefs = Zend_Registry::get('prefs');
if($prefs[$name]['activated']) if($prefs[$name]['activated'])
{ {
*/
require_once 'Scores/SessionCiblage.php'; require_once 'Scores/SessionCiblage.php';
require_once 'Scores/Field.php'; require_once 'Scores/Field.php';
@ -35,7 +37,7 @@ Class Zend_View_Helper_Field extends Zend_View_Helper_Abstract
} }
} }
} }
} //}
return (false); return (false);
} }