mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-22 06:13:58 -07:00
r120
git-svn-id: https://torrentpier2.googlecode.com/svn/trunk@120 a8ac35ab-4ca4-ca47-4c2d-a49a94f06293
This commit is contained in:
parent
9e7213d571
commit
758c82f155
1 changed files with 1 additions and 1 deletions
|
@ -722,7 +722,7 @@ function insert_post ($mode, $topic_id, $forum_id = '', $old_forum_id = '', $new
|
|||
$post_text = DB()->escape($post_text);
|
||||
|
||||
$post_text_columns = 'post_id, post_subject, post_text';
|
||||
$post_text_values = "$post_id, '$post_subject, '$post_text'";
|
||||
$post_text_values = "$post_id, '$post_subject', '$post_text'";
|
||||
|
||||
DB()->query("INSERT INTO ". BB_POSTS_TEXT ." ($post_text_columns) VALUES ($post_text_values)");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue