aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/posting.php
diff options
context:
space:
mode:
authorHenry Sudhof <kellanved@phpbb.com>2007-12-05 14:21:52 +0000
committerHenry Sudhof <kellanved@phpbb.com>2007-12-05 14:21:52 +0000
commit3aacfcff2a6b6c40a6913652ff8c7c3c44f0aa30 (patch)
treebd1574475126b7b8a1711b517457b780119ca941 /phpBB/posting.php
parent93e30fd99bbc38454b5cd41c84758911621c5ae2 (diff)
downloadforums-3aacfcff2a6b6c40a6913652ff8c7c3c44f0aa30.tar
forums-3aacfcff2a6b6c40a6913652ff8c7c3c44f0aa30.tar.gz
forums-3aacfcff2a6b6c40a6913652ff8c7c3c44f0aa30.tar.bz2
forums-3aacfcff2a6b6c40a6913652ff8c7c3c44f0aa30.tar.xz
forums-3aacfcff2a6b6c40a6913652ff8c7c3c44f0aa30.zip
err...
git-svn-id: file:///svn/phpbb/trunk@8266 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/posting.php')
-rw-r--r--phpBB/posting.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/phpBB/posting.php b/phpBB/posting.php
index 7435e2e90c..418b2ea90c 100644
--- a/phpBB/posting.php
+++ b/phpBB/posting.php
@@ -530,8 +530,6 @@ if ($save && $user->data['is_registered'] && $auth->acl_get('u_savedrafts') && (
$error[] = $user->lang['TOO_FEW_CHARS'];
}
}
- //unset($subject, $message);
-
unset($subject, $message);
}
@@ -569,7 +567,6 @@ $solved_captcha = false;
if ($submit || $preview || $refresh)
{
-
$post_data['topic_cur_post_id'] = request_var('topic_cur_post_id', 0);
$post_data['post_subject'] = utf8_normalize_nfc(request_var('subject', '', true));
$message_parser->message = utf8_normalize_nfc(request_var('message', '', true));