From 4dedc8c5b49466b82cf453536b3f224d57a0c710 Mon Sep 17 00:00:00 2001 From: Simon Date: Sat, 19 Mar 2011 02:32:19 -0700 Subject: Bei Auth Controller zum testen MembershipID wählbar Pool zeigt nurnoch freie Clients der eigenen Gruppe an --- application/modules/user/controllers/ClientController.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'application/modules/user/controllers/ClientController.php') diff --git a/application/modules/user/controllers/ClientController.php b/application/modules/user/controllers/ClientController.php index 4bb2b35..d3d7573 100644 --- a/application/modules/user/controllers/ClientController.php +++ b/application/modules/user/controllers/ClientController.php @@ -38,7 +38,7 @@ class User_ClientController extends Zend_Controller_Action $clientMapper = new Application_Model_ClientMapper(); $clientsInGroup = $clientMapper->findBy('groupID',$this->membership->getGroupID()); - # print_a($clientsInGroup); + #print_a($clientsInGroup); $this->view->clients = $clientsInGroup; @@ -67,7 +67,7 @@ class User_ClientController extends Zend_Controller_Action $client->setGroupID($this->membership->getGroupID()); $clientmapper = new Application_Model_ClientMapper(); $clientmapper->save($client); - $this->_redirect('/user/client/addresult/ok'); + $this->_redirect('/user/client/index/addresult/ok'); } $this->view->addclient = $addclient; } -- cgit v1.2.3-55-g7522