03-24-2011, 03:34 AM
Hi
Thanks Uwe
Here is a new set of bugs posted in the forum.
I think I made the tour :-)
In "inc/inc.ClassSession.php" file change line 75
toThanks Uwe
Here is a new set of bugs posted in the forum.
I think I made the tour :-)
In "inc/inc.ClassSession.php" file change line 75
PHP Code:
<?php
$queryStr = "UPDATE tblSessions SET lastAccess = " . mktime(). " WHERE id = '" . $id . "'";
PHP Code:
<?php
$queryStr = "UPDATE tblSessions SET lastAccess = " . time(). " WHERE id = '" . $id . "'";

