Calcule de date

This commit is contained in:
Damien LASSERRE 2012-04-04 13:15:56 +00:00
parent bbd9d47187
commit a638ebf87f

View File

@ -155,9 +155,7 @@ class EnrichissementController extends Zend_Controller_Action
if ($profil!==null)
{
$this->view->assign('profil', true);
$idCritere = $request->getParam('id', null);
$idCritere = $request->getParam('id', null);
$comptagesM = new Table_Comptages();
$sql = $comptagesM->select()
->where('idDefinition = ?', $idCritere)