aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application/Models/PrintersModel.php
diff options
context:
space:
mode:
authorAntonio Gallo <tonicucoz@gmail.com>2011-07-18 22:55:53 +0000
committerAntonio Gallo <tonicucoz@gmail.com>2011-07-18 22:55:53 +0000
commit3ca3ecdd45838debc75d6feba2a452ef4d91431a (patch)
treee4f8d68d65579d0b4463a6be2aa39982be9878de /h-source/Application/Models/PrintersModel.php
parentcfe669be36d115c3bc4c98c8215c51480185e64e (diff)
deleted pages are no more visible on the filters
Diffstat (limited to 'h-source/Application/Models/PrintersModel.php')
-rw-r--r--h-source/Application/Models/PrintersModel.php7
1 files changed, 1 insertions, 6 deletions
diff --git a/h-source/Application/Models/PrintersModel.php b/h-source/Application/Models/PrintersModel.php
index b5b2f49..882224d 100644
--- a/h-source/Application/Models/PrintersModel.php
+++ b/h-source/Application/Models/PrintersModel.php
@@ -42,12 +42,7 @@ class PrintersModel extends GenericModel
'interface' => gtext("interface"),
);
- $this->_popupWhere = array(
- 'vendor' => 'type="printer" and deleted="no"',
- 'compatibility' => 'type="printer" and deleted="no"',
- 'comm_year' => 'type="printer" and deleted="no"',
- 'interface' => 'type="printer" and deleted="no"',
- );
+ $this->createPopupWhere('vendor,compatibility,comm_year,interface');
$this->diffFields = array(
'vendor' => gtext("vendor"),