diff options
Diffstat (limited to 'h-source/Application/Models/BluetoothModel.php')
-rw-r--r-- | h-source/Application/Models/BluetoothModel.php | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/h-source/Application/Models/BluetoothModel.php b/h-source/Application/Models/BluetoothModel.php index 0b7f15d..82aab59 100644 --- a/h-source/Application/Models/BluetoothModel.php +++ b/h-source/Application/Models/BluetoothModel.php @@ -45,13 +45,8 @@ class BluetoothModel extends GenericModel $this->_popupFunctions = array( 'vendor' => 'betterVendor', ); - - $this->_popupWhere = array( - 'vendor' => 'type="bluetooth" and deleted="no"', - 'comm_year' => 'type="bluetooth" and deleted="no"', - 'bluetooth_works' => 'type="bluetooth" and deleted="no"', - 'interface' => 'type="bluetooth" and deleted="no"', - ); + + $this->createPopupWhere('vendor,bluetooth_works,comm_year,interface'); $this->diffFields = array( 'vendor' => gtext("vendor"), |