From d8e1f81df2e40574c0e685910bf99407f7e66017 Mon Sep 17 00:00:00 2001 From: Antonio Gallo Date: Wed, 13 Jul 2011 15:28:30 +0000 Subject: administrators can permanently delete a device page - part 1 --- h-source/Application/Controllers/SpecialController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'h-source/Application/Controllers/SpecialController.php') diff --git a/h-source/Application/Controllers/SpecialController.php b/h-source/Application/Controllers/SpecialController.php index 6ef632a..db3975b 100644 --- a/h-source/Application/Controllers/SpecialController.php +++ b/h-source/Application/Controllers/SpecialController.php @@ -104,7 +104,7 @@ class SpecialController extends BaseController $whereClauseArray = array( 'gr' => 'registered', 'type' => 'hardware', - 'approved' => 'yes', + 'deleted' => 'no', ); $this->helper('Pages','special/'.$this->action.'/'.$this->lang,'page'); -- cgit v1.2.3