summaryrefslogtreecommitdiffstats
path: root/application/modules/dev
diff options
context:
space:
mode:
authorSimon Franz2011-03-16 16:19:28 +0100
committerSimon Franz2011-03-16 16:19:28 +0100
commit7bb045fa152dec51a75f1ba8c45c016ba96c587c (patch)
tree4dae9da1ce80771ee43b387d8e6d81ff253c1cd1 /application/modules/dev
parentsql-newdata korrigiert (diff)
downloadpbs2-7bb045fa152dec51a75f1ba8c45c016ba96c587c.tar.gz
pbs2-7bb045fa152dec51a75f1ba8c45c016ba96c587c.tar.xz
pbs2-7bb045fa152dec51a75f1ba8c45c016ba96c587c.zip
ClientController geändert, Forms können in FBGui und User nicht benutzt werden
Diffstat (limited to 'application/modules/dev')
-rw-r--r--application/modules/dev/controllers/ClientController.php2
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');