From dff883ed90546cb3a8b9397edf73887b9b2117fe Mon Sep 17 00:00:00 2001 From: thomasb Date: Fri, 8 Sep 2006 15:16:47 +0000 Subject: Updated MDB2 with MSSQL support + some cosmetics git-svn-id: https://svn.roundcube.net/trunk@341 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/include/main.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roundcubemail/program/include/main.inc') diff --git a/roundcubemail/program/include/main.inc b/roundcubemail/program/include/main.inc index c084588cf..02f5b5713 100644 --- a/roundcubemail/program/include/main.inc +++ b/roundcubemail/program/include/main.inc @@ -185,7 +185,7 @@ function rcmail_authenticate_session() // renew auth cookie every 5 minutes (only for GET requests) if (!$valid || ($_SERVER['REQUEST_METHOD']!='POST' && $now-$_SESSION['auth_time'] > 300)) { - $_SESSION['last_auth'] = $_SESSION['auth_time']; + $_SESSION['last_auth'] = $_SESSION['auth_time']; $_SESSION['auth_time'] = $now; setcookie('sessauth', rcmail_auth_hash(session_id(), $now)); } -- cgit v1.2.3