mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
fix tiny bug. ;)
git-svn-id: file:///svn/phpbb/trunk@5249 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
72e93472b0
commit
ed9bac63e5
1 changed files with 1 additions and 1 deletions
|
@ -1631,7 +1631,7 @@ function submit_post($mode, $subject, $username, $topic_type, &$poll, &$data, $u
|
||||||
$db->sql_freeresult($result);
|
$db->sql_freeresult($result);
|
||||||
}
|
}
|
||||||
|
|
||||||
$sql_insert_ary = array()
|
$sql_insert_ary = array();
|
||||||
for ($i = 0, $size = sizeof($poll['poll_options']); $i < $size; $i++)
|
for ($i = 0, $size = sizeof($poll['poll_options']); $i < $size; $i++)
|
||||||
{
|
{
|
||||||
if (trim($poll['poll_options'][$i]))
|
if (trim($poll['poll_options'][$i]))
|
||||||
|
|
Loading…
Add table
Reference in a new issue