From 003681a91d427b12ef4fc4cad145a21c20aa2d1f Mon Sep 17 00:00:00 2001 From: Damien LASSERRE Date: Thu, 5 Apr 2012 08:20:14 +0000 Subject: [PATCH] affichage des enrichissements --- .../frontend/controllers/EnrichissementController.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/application/modules/frontend/controllers/EnrichissementController.php b/application/modules/frontend/controllers/EnrichissementController.php index 58ab094e..ae96107c 100644 --- a/application/modules/frontend/controllers/EnrichissementController.php +++ b/application/modules/frontend/controllers/EnrichissementController.php @@ -92,10 +92,10 @@ class EnrichissementController extends Zend_Controller_Action $idProfil = $profil->id; } - /*$comptage = new Table_Comptages(); + $comptage = new Table_Comptages(); $sql = $comptage->select()->where('idDefinition = ?', $idCriteres); $result = $comptage->fetchRow($sql); - $idComptage = $result['idDefinition'];*/ + $idComptage = $result['idDefinition']; //Récupération des critères du ciblage $criteresM = new Table_Criteres(); @@ -126,7 +126,7 @@ class EnrichissementController extends Zend_Controller_Action 'nbLigneTraites' => 0, 'uniteInsee' => $ciblage->calculRedevanceInsee(), 'error' => '', - 'dateAdded' => date('YmdHis'), + 'dateAdded' => date('YmdHms'), ); $identifiantsM = new Table_EnrichissementIdentifiants();