aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_posting.php
diff options
context:
space:
mode:
authorDavid M <davidmj@users.sourceforge.net>2007-01-11 05:44:22 +0000
committerDavid M <davidmj@users.sourceforge.net>2007-01-11 05:44:22 +0000
commit3a2a61baa4642eb91d2003ac47c8dc91ad9e1ef2 (patch)
tree95a8f3fedd9034172fc0397b710515ae14488f42 /phpBB/includes/functions_posting.php
parent7c18792a6e2c3481ec073828039c31c18d922167 (diff)
downloadforums-3a2a61baa4642eb91d2003ac47c8dc91ad9e1ef2.tar
forums-3a2a61baa4642eb91d2003ac47c8dc91ad9e1ef2.tar.gz
forums-3a2a61baa4642eb91d2003ac47c8dc91ad9e1ef2.tar.bz2
forums-3a2a61baa4642eb91d2003ac47c8dc91ad9e1ef2.tar.xz
forums-3a2a61baa4642eb91d2003ac47c8dc91ad9e1ef2.zip
#6772
- some other random things git-svn-id: file:///svn/phpbb/trunk@6880 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/functions_posting.php')
-rw-r--r--phpBB/includes/functions_posting.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions_posting.php b/phpBB/includes/functions_posting.php
index 910999d5ef..ef5afdecd8 100644
--- a/phpBB/includes/functions_posting.php
+++ b/phpBB/includes/functions_posting.php
@@ -1577,7 +1577,7 @@ function submit_post($mode, $subject, $username, $topic_type, &$poll, &$data, $u
);
}
- $sql = 'INSERT INTO ' . POSTS_TABLE . ' ' . $db->sql_build_array('INSERT', $sql_data[POSTS_TABLE]['sql']);
+ $sql = 'INSERT INTO ' . POSTS_TABLE . ' ' . $db->sql_build_array('INSERT', $sql_data[POSTS_TABLE]['sql']);
$db->sql_query($sql);
$data['post_id'] = $db->sql_nextid();