From 3ca3ecdd45838debc75d6feba2a452ef4d91431a Mon Sep 17 00:00:00 2001 From: Antonio Gallo Date: Mon, 18 Jul 2011 22:55:53 +0000 Subject: deleted pages are no more visible on the filters --- h-source/Application/Controllers/SearchController.php | 1 + 1 file changed, 1 insertion(+) (limited to 'h-source/Application/Controllers') diff --git a/h-source/Application/Controllers/SearchController.php b/h-source/Application/Controllers/SearchController.php index 9e7cb68..7fda506 100644 --- a/h-source/Application/Controllers/SearchController.php +++ b/h-source/Application/Controllers/SearchController.php @@ -72,6 +72,7 @@ class SearchController extends BaseController // 'model' => "like '%".$this->viewArgs['model']."%'", // 'other_names' => "like '%".$this->viewArgs['model']."%'", '-deleted' => "no", + 'cleared' => "no", ); $recordNumber = $this->m['HardwareModel']->clear()->where($whereClause)->orderBy("id_hard desc")->rowNumber(); -- cgit v1.2.3