|
From: Paul S. O. <ps...@us...> - 2001-12-14 18:28:41
|
Update of /cvsroot/phpbb/phpBB2
In directory usw-pr-cvs1:/tmp/cvs-serv16746
Modified Files:
index.php
Log Message:
Change for topic_moved_is not null
Index: index.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/index.php,v
retrieving revision 1.82
retrieving revision 1.83
diff -C2 -r1.82 -r1.83
*** index.php 2001/12/14 02:39:44 1.82
--- index.php 2001/12/14 18:28:38 1.83
***************
*** 187,191 ****
AND p.post_id = t.topic_last_post_id
AND p.post_time > " . $userdata['session_last_visit'] . "
! AND t.topic_moved_id IS NULL";
if(!$new_topic_ids = $db->sql_query($sql))
{
--- 187,191 ----
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))
{
|