diff options
| author | Meik Sievertsen <acydburn@phpbb.com> | 2003-09-07 18:11:37 +0000 |
|---|---|---|
| committer | Meik Sievertsen <acydburn@phpbb.com> | 2003-09-07 18:11:37 +0000 |
| commit | 9dc398f3020b099c8aa32ff11c1e7e72e33f39d4 (patch) | |
| tree | 8cfd1ffc73e7b5ddb30db6e72c16e855ed8cdc3c /phpBB/posting.php | |
| parent | dd86187535c6c035ec40db65accc3ce8fb961ed2 (diff) | |
| download | forums-9dc398f3020b099c8aa32ff11c1e7e72e33f39d4.tar forums-9dc398f3020b099c8aa32ff11c1e7e72e33f39d4.tar.gz forums-9dc398f3020b099c8aa32ff11c1e7e72e33f39d4.tar.bz2 forums-9dc398f3020b099c8aa32ff11c1e7e72e33f39d4.tar.xz forums-9dc398f3020b099c8aa32ff11c1e7e72e33f39d4.zip | |
username quoting should be working again...
git-svn-id: file:///svn/phpbb/trunk@4485 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 020622013e..56d0cefc07 100644 --- a/phpBB/posting.php +++ b/phpBB/posting.php @@ -768,7 +768,7 @@ if (!sizeof($error) && $preview) $preview_message = $message_parser->message; format_display($preview_message, $preview_signature, $message_parser->bbcode_uid, $preview_signature_uid, $enable_html, $enable_bbcode, $enable_urls, $enable_smilies, $enable_sig); - + // Poll Preview if (($mode == 'post' || ($mode == 'edit' && $post_id == $topic_first_post_id && empty($poll_last_vote))) && ($auth->acl_get('f_poll', $forum_id) || $auth->acl_get('m_edit', $forum_id))) { |
