summaryrefslogtreecommitdiffstats
path: root/application/modules/user/controllers/SessionController.php
diff options
context:
space:
mode:
authormichael pereira2011-04-05 19:33:21 +0200
committermichael pereira2011-04-05 19:33:21 +0200
commit882df77e0f3c96795a8acc966b228d6fc1a934da (patch)
tree7fdd5fcf04d49ef424230ac44ac20bcfa1061a14 /application/modules/user/controllers/SessionController.php
parentForms Rechte angepasst, Views angepasst (diff)
parentMerge branch 'master' of ssh://git.openslx.org/lsfks/master-teamprojekt/pbs2 (diff)
downloadpbs2-882df77e0f3c96795a8acc966b228d6fc1a934da.tar.gz
pbs2-882df77e0f3c96795a8acc966b228d6fc1a934da.tar.xz
pbs2-882df77e0f3c96795a8acc966b228d6fc1a934da.zip
Merge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2
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