mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-21 17:11:53 +02:00
Another minor issue
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@3231 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -703,7 +703,7 @@ switch( $mode )
|
|||||||
$post_id_sql = '';
|
$post_id_sql = '';
|
||||||
for($i = 0; $i < count($posts); $i++)
|
for($i = 0; $i < count($posts); $i++)
|
||||||
{
|
{
|
||||||
$post_id_sql .= ( ( $post_id_sql != '' ) ? ', ' : '' ) . $posts[$i];
|
$post_id_sql .= ( ( $post_id_sql != '' ) ? ', ' : '' ) . intval($posts[$i]);
|
||||||
}
|
}
|
||||||
|
|
||||||
$sql = "UPDATE " . POSTS_TABLE . "
|
$sql = "UPDATE " . POSTS_TABLE . "
|
||||||
|
Reference in New Issue
Block a user