diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2011-07-17 13:02:59 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2011-07-17 13:02:59 +0000 |
commit | cfe669be36d115c3bc4c98c8215c51480185e64e (patch) | |
tree | 3265683b25f41f9180680917a157c88d179ded84 /h-source/Application/Controllers/GenericController.php | |
parent | 7accfb486c2035ba010e1c55e2ab875d8f906bf8 (diff) |
perm deleted devices are no more catalogued
Diffstat (limited to 'h-source/Application/Controllers/GenericController.php')
-rw-r--r-- | h-source/Application/Controllers/GenericController.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/h-source/Application/Controllers/GenericController.php b/h-source/Application/Controllers/GenericController.php index ed36952..8ab98ba 100644 --- a/h-source/Application/Controllers/GenericController.php +++ b/h-source/Application/Controllers/GenericController.php @@ -432,7 +432,7 @@ class GenericController extends BaseController $data['tree'] = $this->controller; - $this->mod->aWhere(array("deleted"=>"no")); + $this->mod->aWhere(array("deleted"=>"no","cleared"=>"no")); $this->mod->popupBuild(); $popup = $this->mod->popupArray; |