From 913c38768a21901187d2ded9427b3e2e533206f4 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Fri, 7 Oct 2005 23:00:41 +0000 Subject: - another try to break things. :) - adjusted the dbal a little bit - removed db2 support git-svn-id: file:///svn/phpbb/trunk@5263 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/posting.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/posting.php') diff --git a/phpBB/posting.php b/phpBB/posting.php index 81556660e6..c79757809a 100644 --- a/phpBB/posting.php +++ b/phpBB/posting.php @@ -1662,7 +1662,7 @@ function submit_post($mode, $subject, $username, $topic_type, &$poll, &$data, $u case 'mysql': case 'mysql4': case 'mysqli': - $db->sql_query('INSERT INTO ' . POLL_OPTIONS_TABLE . ' ' . $db->sql_build_array('MULTI_INSERT', $sql_insert_ary); + $db->sql_query('INSERT INTO ' . POLL_OPTIONS_TABLE . ' ' . $db->sql_build_array('MULTI_INSERT', $sql_insert_ary)); break; default: -- cgit v1.2.1