|
From: Paul S. O. <ps...@us...> - 2002-04-21 01:13:47
|
Update of /cvsroot/phpbb/phpBB2
In directory usw-pr-cvs1:/tmp/cvs-serv787
Modified Files:
viewforum.php
Log Message:
Oops
Index: viewforum.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/viewforum.php,v
retrieving revision 1.141
retrieving revision 1.142
diff -C2 -r1.141 -r1.142
*** viewforum.php 20 Apr 2002 22:56:09 -0000 1.141
--- viewforum.php 21 Apr 2002 01:13:44 -0000 1.142
***************
*** 166,170 ****
{
$sql_priority = (SQL_LAYER == "mysql") ? "LOW_PRIORITY" : '';
! $sql = "UPDATE $sql_priority " . FORUM_WATCH_TABLE . "
SET notify_status = 0
WHERE forum_id = $forum_id
--- 166,170 ----
{
$sql_priority = (SQL_LAYER == "mysql") ? "LOW_PRIORITY" : '';
! $sql = "UPDATE $sql_priority " . FORUMS_WATCH_TABLE . "
SET notify_status = 0
WHERE forum_id = $forum_id
***************
*** 815,817 ****
include($phpbb_root_path . 'includes/page_tail.'.$phpEx);
! ?>
--- 815,817 ----
include($phpbb_root_path . 'includes/page_tail.'.$phpEx);
! ?>
\ No newline at end of file
|