mirror of
https://github.com/phpbb/phpbb.git
synced 2025-04-21 16:22:22 +02:00
[ticket/15941] Small change to induce rebuild
PHPBB3-15941
This commit is contained in:
parent
a0f1ec852a
commit
c43ad073e4
@ -200,7 +200,7 @@ function update_post_information($type, $ids, $return_update_sql = false)
|
||||
$topic_condition = '';
|
||||
}
|
||||
|
||||
if (count($ids) === 1)
|
||||
if (count($ids) == 1)
|
||||
{
|
||||
$sql = 'SELECT p.post_id as last_post_id
|
||||
FROM ' . POSTS_TABLE . " p $topic_join
|
||||
|
Loading…
x
Reference in New Issue
Block a user