aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application/Controllers/GenericController.php
diff options
context:
space:
mode:
authorAntonio Gallo <tonicucoz@gmail.com>2011-07-17 13:02:59 +0000
committerAntonio Gallo <tonicucoz@gmail.com>2011-07-17 13:02:59 +0000
commitcfe669be36d115c3bc4c98c8215c51480185e64e (patch)
tree3265683b25f41f9180680917a157c88d179ded84 /h-source/Application/Controllers/GenericController.php
parent7accfb486c2035ba010e1c55e2ab875d8f906bf8 (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.php2
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;