[ticket/11162] Reformat.

PHPBB3-11162
This commit is contained in:
Oleg Pudeyev 2012-12-13 03:07:25 -05:00
parent e2c67a8e42
commit a686910958

View file

@ -91,7 +91,7 @@ class phpbb_update_rows_avoiding_duplicates_notify_status_test extends phpbb_dat
$sql = 'SELECT notify_status
FROM ' . TOPICS_WATCH_TABLE . '
WHERE topic_id = ' . (int) $to . '
AND user_id = 1';
AND user_id = 1';
$result = $db->sql_query($sql);
$notify_status = $db->sql_fetchfield('notify_status');
$db->sql_freeresult($result);