Remove comment

This commit is contained in:
Michael RICOIS 2015-08-27 14:08:30 +00:00
parent 80be8e6120
commit f35ea85ff1

View File

@ -31,7 +31,6 @@ class AideController extends Zend_Controller_Action
->where("date>='".$dateglissant."' AND date<='".$now."'")
->order('date DESC')
->limit($nbNewsMax);
//Zend_Registry::get('firebug')->info($sql->__toString());
$nouveautes = $nouveautesM->fetchAll($sql);
}
$this->view->assign('nouveautes', $nouveautes);