Index: branches/5.3.x/core/units/helpers/user_helper.php =================================================================== diff -u -N -r15902 -r15928 --- branches/5.3.x/core/units/helpers/user_helper.php (.../user_helper.php) (revision 15902) +++ branches/5.3.x/core/units/helpers/user_helper.php (.../user_helper.php) (revision 15928) @@ -1,6 +1,6 @@ Application->RecallPersistentVar('ThisLogin'); $this->Application->StorePersistentVar('LastLogin', $this_login); - $this->Application->StorePersistentVar('ThisLogin', adodb_mktime()); + $this->Application->StorePersistentVar('ThisLogin', time()); } $hook_event = new kEvent('u:OnAfterLogin');