|
From: Paul S. O. <ps...@us...> - 2001-12-15 16:40:38
|
Update of /cvsroot/phpbb/phpBB2 In directory usw-pr-cvs1:/tmp/cvs-serv4128 Modified Files: index.php Log Message: Various changes to accompany session updates ... MSSQL users should be prepared to alter or remove the session_last_visit field or face potential problems Index: index.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/index.php,v retrieving revision 1.83 retrieving revision 1.84 diff -C2 -r1.83 -r1.84 *** index.php 2001/12/14 18:28:38 1.83 --- index.php 2001/12/15 16:40:35 1.84 *************** *** 186,190 **** WHERE t.forum_id = f.forum_id AND p.post_id = t.topic_last_post_id ! AND p.post_time > " . $userdata['session_last_visit'] . " AND t.topic_moved_id = 0"; if(!$new_topic_ids = $db->sql_query($sql)) --- 186,190 ---- WHERE t.forum_id = f.forum_id AND p.post_id = t.topic_last_post_id ! AND p.post_time > " . $userdata['user_lastvisit'] . " AND t.topic_moved_id = 0"; if(!$new_topic_ids = $db->sql_query($sql)) |