mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/11162] Reformat.
PHPBB3-11162
This commit is contained in:
parent
e2c67a8e42
commit
a686910958
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ class phpbb_update_rows_avoiding_duplicates_notify_status_test extends phpbb_dat
|
||||||
$sql = 'SELECT notify_status
|
$sql = 'SELECT notify_status
|
||||||
FROM ' . TOPICS_WATCH_TABLE . '
|
FROM ' . TOPICS_WATCH_TABLE . '
|
||||||
WHERE topic_id = ' . (int) $to . '
|
WHERE topic_id = ' . (int) $to . '
|
||||||
AND user_id = 1';
|
AND user_id = 1';
|
||||||
$result = $db->sql_query($sql);
|
$result = $db->sql_query($sql);
|
||||||
$notify_status = $db->sql_fetchfield('notify_status');
|
$notify_status = $db->sql_fetchfield('notify_status');
|
||||||
$db->sql_freeresult($result);
|
$db->sql_freeresult($result);
|
||||||
|
|
Loading…
Add table
Reference in a new issue