From af06cbe6a477a52fa99a2d1b047a9c3e8b6b22f9 Mon Sep 17 00:00:00 2001 From: Simon Franz Date: Wed, 16 Mar 2011 17:13:02 +0100 Subject: Benutzung von Form in Modulen nutzbar, editclient funktioniert, Mac wird geparsed --- application/modules/user/controllers/ClientController.php | 3 +-- 1 file changed, 1 insertion(+), 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 f5f1810..bae6494 100644 --- a/application/modules/user/controllers/ClientController.php +++ b/application/modules/user/controllers/ClientController.php @@ -63,8 +63,7 @@ class User_ClientController extends Zend_Controller_Action $mapper = new Application_Model_ClientMapper(); $mapper->find($clientID,$client); - if($client->getGroupID() == $this->membership->getGroupID()){ - # print_a($this);die(); + if($client->getGroupID() == $this->membership->getGroupID()){ $editclient = new user_Form_Client(array('buttontext' => 'Edit Client')); $editclient->populate($client->toArray()); $this->view->editclient = $editclient; -- cgit v1.2.3-55-g7522