diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2010-10-30 17:38:27 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2010-10-30 17:38:27 +0000 |
commit | e396d151b9c48339cc62c84bb728e2e03f479f4e (patch) | |
tree | 1304173bc9a00248e45a1371e45a3cfe94ec883e /h-source/Application/Controllers/ThreegcardsController.php | |
parent | de4b3670d8252fe180f634fe17647226b9a1b2a6 (diff) |
improved the way interfaces can be listed
Diffstat (limited to 'h-source/Application/Controllers/ThreegcardsController.php')
-rw-r--r-- | h-source/Application/Controllers/ThreegcardsController.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/h-source/Application/Controllers/ThreegcardsController.php b/h-source/Application/Controllers/ThreegcardsController.php index 7d76023..438af1f 100644 --- a/h-source/Application/Controllers/ThreegcardsController.php +++ b/h-source/Application/Controllers/ThreegcardsController.php @@ -48,7 +48,7 @@ class ThreegcardsController extends GenericController "+checkLength|299" => "distribution", "++checkIsStrings|".ThreeGcards::$commYear => "comm_year", "+++checkIsStrings|".ThreeGcards::$select => "wifi_works", - "++++checkIsStrings|".ThreeGcards::$interface => "interface", + "++++checkIsStrings|".ThreeGcards::interfaceList() => "interface", ); $this->m['HardwareModel']->strongConditions['insert'] = array( @@ -59,7 +59,7 @@ class ThreegcardsController extends GenericController "+checkLength|299" => "distribution", "++checkIsStrings|".ThreeGcards::$commYear => "comm_year", "+++checkIsStrings|".ThreeGcards::$select => "wifi_works", - "++++checkIsStrings|".ThreeGcards::$interface => "interface", + "++++checkIsStrings|".ThreeGcards::interfaceList() => "interface", ); $this->m['HardwareModel']->softConditions['update'] = array( |