From c31d8e9959efade437fb0a661f6f44329cc74664 Mon Sep 17 00:00:00 2001 From: Simon Date: Tue, 19 Apr 2011 15:43:00 +0200 Subject: Code autoformatiert --- application/modules/user/controllers/SessionController.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'application/modules/user/controllers/SessionController.php') diff --git a/application/modules/user/controllers/SessionController.php b/application/modules/user/controllers/SessionController.php index 4260a82..91b6dbd 100644 --- a/application/modules/user/controllers/SessionController.php +++ b/application/modules/user/controllers/SessionController.php @@ -59,7 +59,7 @@ class User_SessionController extends Zend_Controller_Action $bm = $bootmenuentriesMapper->find($session->getBootmenuentryID()); if($bm != null) $session->setBootmenuentryID("[".$session->getBootmenuentryID()."] ".$bm->getTitle()); - + } if($session->getBootisoID() != ''){ @@ -92,7 +92,7 @@ class User_SessionController extends Zend_Controller_Action $mySessions = $mySearch->search($mySessions); } $this->view->searchform = $mySearch->searchForm(); - + // Pagination $pagination = new Pbs_Pagination(); $pagination->setPerPage(10); -- cgit v1.2.3-55-g7522