diff options
| author | Simon | 2011-04-05 17:42:11 +0200 |
|---|---|---|
| committer | Simon | 2011-04-05 17:42:11 +0200 |
| commit | c1c862b8d5206155fc116ce2fbaf9a759fc4f44c (patch) | |
| tree | 5c2b99bce5f0179a9698ed963dc0251255dddd9c /application/modules/user/controllers/SessionController.php | |
| parent | recht für superadmin vergessen (diff) | |
| download | pbs2-c1c862b8d5206155fc116ce2fbaf9a759fc4f44c.tar.gz pbs2-c1c862b8d5206155fc116ce2fbaf9a759fc4f44c.tar.xz pbs2-c1c862b8d5206155fc116ce2fbaf9a759fc4f44c.zip | |
globales Datumsformat
Diffstat (limited to 'application/modules/user/controllers/SessionController.php')
| -rw-r--r-- | application/modules/user/controllers/SessionController.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/application/modules/user/controllers/SessionController.php b/application/modules/user/controllers/SessionController.php index d149f22..018e738 100644 --- a/application/modules/user/controllers/SessionController.php +++ b/application/modules/user/controllers/SessionController.php @@ -18,6 +18,7 @@ class User_SessionController extends Zend_Controller_Action } else { $this->_helper->redirector('login', 'auth'); } + $this->page = $this->_request->getParam('page'); } @@ -53,7 +54,8 @@ class User_SessionController extends Zend_Controller_Action $personMapper->find($personID,$p); $session->setMembershipID("[".$session->getMembershipID()."] ".$p->getFirstname()." ".$p->getName()); - } + } + $session->setTime(date(Zend_Registry::get('dateformat'),$session->getTime())); $mySessions[] =$session; } } |
