Index: branches/5.3.x/core/kernel/session/session_storage.php =================================================================== diff -u -N -r15902 -r15928 --- branches/5.3.x/core/kernel/session/session_storage.php (.../session_storage.php) (revision 15902) +++ branches/5.3.x/core/kernel/session/session_storage.php (.../session_storage.php) (revision 15928) @@ -1,7 +1,7 @@ IDField . ' FROM ' . $this->TableName . ' - WHERE ' . $this->TimestampField . ' > ' . adodb_mktime(); + WHERE ' . $this->TimestampField . ' > ' . time(); return $this->Conn->GetCol($sql); }