From ed9bac63e592670fee0c750d80959820b6dca2d4 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Mon, 3 Oct 2005 15:21:00 +0000 Subject: [PATCH] fix tiny bug. ;) git-svn-id: file:///svn/phpbb/trunk@5249 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/posting.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/posting.php b/phpBB/posting.php index 2c80ae7a79..81556660e6 100644 --- a/phpBB/posting.php +++ b/phpBB/posting.php @@ -1631,7 +1631,7 @@ function submit_post($mode, $subject, $username, $topic_type, &$poll, &$data, $u $db->sql_freeresult($result); } - $sql_insert_ary = array() + $sql_insert_ary = array(); for ($i = 0, $size = sizeof($poll['poll_options']); $i < $size; $i++) { if (trim($poll['poll_options'][$i]))