aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application/Controllers/BaseController.php
diff options
context:
space:
mode:
authorAntonio Gallo <tonicucoz@gmail.com>2011-07-21 09:53:44 +0000
committerAntonio Gallo <tonicucoz@gmail.com>2011-07-21 09:53:44 +0000
commit5f551b2d89b02cd159bf35723695ab2343a87248 (patch)
treedebdcb7076f0a0e16918b876b5abfded2250b805 /h-source/Application/Controllers/BaseController.php
parent2327c4be91adc7cccba98072062ee42bef3e7973 (diff)
added Trisquel 5.0 to the list of the allowed distros
Diffstat (limited to 'h-source/Application/Controllers/BaseController.php')
-rw-r--r--h-source/Application/Controllers/BaseController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/h-source/Application/Controllers/BaseController.php b/h-source/Application/Controllers/BaseController.php
index c636f8d..eb8042d 100644
--- a/h-source/Application/Controllers/BaseController.php
+++ b/h-source/Application/Controllers/BaseController.php
@@ -110,7 +110,7 @@ class BaseController extends Controller
{
$hard = new HardwareModel();
- $data['stat'] = $hard->clear()->select('type,count(*) AS numb')->where(array('-deleted'=>'no'))->groupBy('type')->toList('type','aggregate.numb')->send();
+ $data['stat'] = $hard->clear()->select('type,count(*) AS numb')->where(array('-deleted'=>'no','cleared'=>'no'))->groupBy('type')->toList('type','aggregate.numb')->send();
$logged = $this->s['registered']->getUsersLogged();