diff options
| author | Meik Sievertsen <acydburn@phpbb.com> | 2006-03-25 16:10:57 +0000 |
|---|---|---|
| committer | Meik Sievertsen <acydburn@phpbb.com> | 2006-03-25 16:10:57 +0000 |
| commit | 30a0cf29fbc971e04f62be9ef12da3e03327d5d5 (patch) | |
| tree | aa11be3a03ef846a15c18fadc86d7471b10f72ef /phpBB/posting.php | |
| parent | 80e28a2db7d7167f24d938390d4907ed0081a65c (diff) | |
| download | forums-30a0cf29fbc971e04f62be9ef12da3e03327d5d5.tar forums-30a0cf29fbc971e04f62be9ef12da3e03327d5d5.tar.gz forums-30a0cf29fbc971e04f62be9ef12da3e03327d5d5.tar.bz2 forums-30a0cf29fbc971e04f62be9ef12da3e03327d5d5.tar.xz forums-30a0cf29fbc971e04f62be9ef12da3e03327d5d5.zip | |
do not ask why i put the pm table there instead of the polls. :o
- remove forum description from title tag (now it's able to hold bbcode etc. resulting in broken layout)
git-svn-id: file:///svn/phpbb/trunk@5721 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/posting.php')
| -rw-r--r-- | phpBB/posting.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/posting.php b/phpBB/posting.php index d6ab653763..83217eab81 100644 --- a/phpBB/posting.php +++ b/phpBB/posting.php @@ -1702,7 +1702,7 @@ function submit_post($mode, $subject, $username, $topic_type, &$poll, &$data, $u default: foreach ($sql_insert_ary as $ary) { - $db->sql_query('INSERT INTO ' . PRIVMSGS_TO_TABLE . ' ' . $db->sql_build_array('INSERT', $ary)); + $db->sql_query('INSERT INTO ' . POLL_OPTIONS_TABLE . ' ' . $db->sql_build_array('INSERT', $ary)); } break; } |
