From 93f4bc38f2075720ca2467c0f5e10bc0a1c3bbc0 Mon Sep 17 00:00:00 2001 From: Simon Date: Sat, 26 Mar 2011 22:09:11 +0100 Subject: User-Startseite Layout angepasst, GroupGraph angepasst --- application/modules/user/controllers/IndexController.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'application/modules/user/controllers/IndexController.php') diff --git a/application/modules/user/controllers/IndexController.php b/application/modules/user/controllers/IndexController.php index e61f012..f795b16 100644 --- a/application/modules/user/controllers/IndexController.php +++ b/application/modules/user/controllers/IndexController.php @@ -23,10 +23,7 @@ class User_IndexController extends Zend_Controller_Action } $this->view->links = $links; - $ggMapper = new Application_Model_GroupGroupsMapper(); - $userIDsNamespace = Zend_Session::namespaceGet('userIDs'); - print_a('Your Parent Groups', $ggMapper->getParentGroups($userIDsNamespace['membershipID'])); - print_a('Your Child Groups',$ggMapper->getChildGroups($userIDsNamespace['membershipID'])); + } } -- cgit v1.2.3-55-g7522