diff options
Diffstat (limited to 'application/modules/dev')
| -rw-r--r-- | application/modules/dev/controllers/ClientController.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/modules/dev/controllers/ClientController.php b/application/modules/dev/controllers/ClientController.php index 27b8a08..aa66a96 100644 --- a/application/modules/dev/controllers/ClientController.php +++ b/application/modules/dev/controllers/ClientController.php @@ -61,7 +61,7 @@ class dev_ClientController extends Zend_Controller_Action { $groupMapper = new Application_Model_GroupMapper(); $groups = $groupMapper->fetchAll(); - # print_a($groups);die(); + # print_a($this);die(); if (!isset($_POST["add"])){ $clientID = $this->_request->getParam('clientID'); |
