summaryrefslogtreecommitdiffstats
path: root/application/modules/user/controllers/SessionController.php
diff options
context:
space:
mode:
authorSimon2011-04-05 18:03:13 +0200
committerSimon2011-04-05 18:03:13 +0200
commit79d04a0f4e443735c5c4790ac57e9e2b6b264a13 (patch)
treec9cc33a0d6c989f23203b5288d4987c3ff302ca5 /application/modules/user/controllers/SessionController.php
parentMerge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2 (diff)
downloadpbs2-79d04a0f4e443735c5c4790ac57e9e2b6b264a13.tar.gz
pbs2-79d04a0f4e443735c5c4790ac57e9e2b6b264a13.tar.xz
pbs2-79d04a0f4e443735c5c4790ac57e9e2b6b264a13.zip
Datumsformat eingebettet und Datum in Filter hinzugefügt
Diffstat (limited to 'application/modules/user/controllers/SessionController.php')
-rw-r--r--application/modules/user/controllers/SessionController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/modules/user/controllers/SessionController.php b/application/modules/user/controllers/SessionController.php
index 018e738..3768af9 100644
--- a/application/modules/user/controllers/SessionController.php
+++ b/application/modules/user/controllers/SessionController.php
@@ -62,7 +62,7 @@ class User_SessionController extends Zend_Controller_Action
// Sort after date/id
usort($mySessions, function($func_a, $func_b) {
if($func_a->getID() == $func_b->getID()) return 0;
- return ($func_a->getID() < $func_b->getID()) ? -1 : 1;
+ return ($func_a->getID() < $func_b->getID()) ? 1 : -1;
});
// Search