aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application/Models/ThreegcardsModel.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/ThreegcardsModel.php
parentcfe669be36d115c3bc4c98c8215c51480185e64e (diff)
deleted pages are no more visible on the filters
Diffstat (limited to 'h-source/Application/Models/ThreegcardsModel.php')
-rw-r--r--h-source/Application/Models/ThreegcardsModel.php9
1 files changed, 2 insertions, 7 deletions
diff --git a/h-source/Application/Models/ThreegcardsModel.php b/h-source/Application/Models/ThreegcardsModel.php
index 5b0a7e7..4a89a97 100644
--- a/h-source/Application/Models/ThreegcardsModel.php
+++ b/h-source/Application/Models/ThreegcardsModel.php
@@ -46,13 +46,8 @@ class ThreegcardsModel extends GenericModel
'vendor' => 'betterVendor',
'interface' => 'betterVendor',
);
-
- $this->_popupWhere = array(
- 'vendor' => 'type="3G-card" and deleted="no"',
- 'comm_year' => 'type="3G-card" and deleted="no"',
- 'wifi_works' => 'type="3G-card" and deleted="no"',
- 'interface' => 'type="3G-card" and deleted="no"',
- );
+
+ $this->createPopupWhere('vendor,wifi_works,comm_year,interface');
$this->diffFields = array(
'vendor' => gtext("vendor"),