This commit is contained in:
Michael RICOIS 2012-02-22 16:02:28 +00:00
parent 843bb1fb5b
commit b33b364f32
2 changed files with 2 additions and 1 deletions

View File

@ -75,7 +75,7 @@ class ComptageController extends Libs_Controller
'idDefinition' => $idCriteres,
'resultat' => $ciblage->execute(),
'uniteInsee' => $ciblage->calculRedevanceInsee(),
'dateAjout' => date('YmdHis'),
'dateAjout' => date('d/m/Y H:i:s'),
);
//Enregistrement
$comptageM = new Table_Comptages();

View File

@ -0,0 +1 @@
<?=json_encode($this->result)?>