mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-03 23:37:39 +02:00
Oops
git-svn-id: file:///svn/phpbb/trunk@2540 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -165,7 +165,7 @@ if( $userdata['session_logged_in'] )
|
|||||||
if ( $row['notify_status'] )
|
if ( $row['notify_status'] )
|
||||||
{
|
{
|
||||||
$sql_priority = (SQL_LAYER == "mysql") ? "LOW_PRIORITY" : '';
|
$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
|
SET notify_status = 0
|
||||||
WHERE forum_id = $forum_id
|
WHERE forum_id = $forum_id
|
||||||
AND user_id = " . $userdata['user_id'];
|
AND user_id = " . $userdata['user_id'];
|
||||||
@@ -814,4 +814,4 @@ $template->pparse('body');
|
|||||||
//
|
//
|
||||||
include($phpbb_root_path . 'includes/page_tail.'.$phpEx);
|
include($phpbb_root_path . 'includes/page_tail.'.$phpEx);
|
||||||
|
|
||||||
?>
|
?>
|
Reference in New Issue
Block a user