From 3f2a311d28a52086fb6c9ae62c3f50110aaa5b59 Mon Sep 17 00:00:00 2001 From: Björn Geiger Date: Tue, 12 Apr 2011 18:00:20 +0200 Subject: zum Test auskommentierter Code wieder einkommentiert --- application/modules/user/controllers/GroupController.php | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'application') diff --git a/application/modules/user/controllers/GroupController.php b/application/modules/user/controllers/GroupController.php index 098896f..37cdee8 100644 --- a/application/modules/user/controllers/GroupController.php +++ b/application/modules/user/controllers/GroupController.php @@ -115,10 +115,6 @@ class User_GroupController extends Zend_Controller_Action return; } } - - - - if($_POST['superordinatedGroupID'] != -1) { $groupgroups = new Application_Model_GroupGroups(); $groupgroups->setParentID($_POST['superordinatedGroupID']); @@ -133,8 +129,8 @@ class User_GroupController extends Zend_Controller_Action } } - //$this->_helper->redirector('', 'group'); - //return; + $this->_helper->redirector('', 'group'); + return; } } -- cgit v1.2.3-55-g7522