From 29f441596dbe073150bb10ebfd4919e86e78fa30 Mon Sep 17 00:00:00 2001 From: Michael RICOIS Date: Mon, 30 Jan 2012 15:39:24 +0000 Subject: [PATCH] Petite correction --- application/controllers/IndexController.php | 2 +- application/views/scripts/index/index.phtml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/application/controllers/IndexController.php b/application/controllers/IndexController.php index 17832d62..8dff4e28 100644 --- a/application/controllers/IndexController.php +++ b/application/controllers/IndexController.php @@ -24,7 +24,7 @@ class IndexController extends Zend_Controller_Action //Liste des enrichissements terminé $sql = $commandesM->select() ->where("dateStop != '0000-00-00 00:00:00'") - ->where("error != ''"); + ->where("error = ''"); $this->view->assign('fileFinish', $commandesM->fetchAll($sql)); } diff --git a/application/views/scripts/index/index.phtml b/application/views/scripts/index/index.phtml index 07cf9a51..11d68171 100644 --- a/application/views/scripts/index/index.phtml +++ b/application/views/scripts/index/index.phtml @@ -63,7 +63,6 @@

Enrichissements terminés

fileFinish)) {?> -fileFinish)?>