diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2010-10-24 19:30:13 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2010-10-24 19:30:13 +0000 |
commit | 4641de870cfa9c5d4c41a94328a8fb1f4adfdc78 (patch) | |
tree | 10ba2ad1ca50c4a91d605858d054fdd948927c2f /h-source/Application/Controllers/GenericController.php | |
parent | 871d4231da58aff1902cdf260e887e1ee52d1716 (diff) |
added 3G cards
Diffstat (limited to 'h-source/Application/Controllers/GenericController.php')
-rw-r--r-- | h-source/Application/Controllers/GenericController.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/h-source/Application/Controllers/GenericController.php b/h-source/Application/Controllers/GenericController.php index 1b9e64a..de2a470 100644 --- a/h-source/Application/Controllers/GenericController.php +++ b/h-source/Application/Controllers/GenericController.php @@ -352,7 +352,7 @@ class GenericController extends BaseController $data['name'] = null; $data['tree'] = null; $data['isDeleted'] = 'no'; - + if ($this->mod->checkType($clean['id_hard'])) { $this->mod->setWhereQueryClause(array("id_hard" => $clean['id_hard'])); |