mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00: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:
parent
fae6edce22
commit
7d401823a1
1 changed files with 1 additions and 1 deletions
|
@ -703,7 +703,7 @@ switch( $mode )
|
|||
$post_id_sql = '';
|
||||
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 . "
|
||||
|
|
Loading…
Add table
Reference in a new issue