diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2002-04-21 01:13:44 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2002-04-21 01:13:44 +0000 |
commit | 13866059524537d10467d51e085b94182422e614 (patch) | |
tree | bf8c11b2effa17d8a2cdc74f2a4360b09be82d3a /phpBB/viewforum.php | |
parent | 20fc6a2f10ebe1fc320fadae27d15550cdc5d9df (diff) | |
download | forums-13866059524537d10467d51e085b94182422e614.tar forums-13866059524537d10467d51e085b94182422e614.tar.gz forums-13866059524537d10467d51e085b94182422e614.tar.bz2 forums-13866059524537d10467d51e085b94182422e614.tar.xz forums-13866059524537d10467d51e085b94182422e614.zip |
Oops
git-svn-id: file:///svn/phpbb/trunk@2540 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/viewforum.php')
-rw-r--r-- | phpBB/viewforum.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/viewforum.php b/phpBB/viewforum.php index c9755619de..7771284c6f 100644 --- a/phpBB/viewforum.php +++ b/phpBB/viewforum.php @@ -165,7 +165,7 @@ if( $userdata['session_logged_in'] ) if ( $row['notify_status'] ) { $sql_priority = (SQL_LAYER == "mysql") ? "LOW_PRIORITY" : ''; - $sql = "UPDATE $sql_priority " . FORUM_WATCH_TABLE . " + $sql = "UPDATE $sql_priority " . FORUMS_WATCH_TABLE . " SET notify_status = 0 WHERE forum_id = $forum_id AND user_id = " . $userdata['user_id']; @@ -814,4 +814,4 @@ $template->pparse('body'); // include($phpbb_root_path . 'includes/page_tail.'.$phpEx); -?> +?>
\ No newline at end of file |