diff options
author | David M <davidmj@users.sourceforge.net> | 2007-03-08 17:11:41 +0000 |
---|---|---|
committer | David M <davidmj@users.sourceforge.net> | 2007-03-08 17:11:41 +0000 |
commit | 28746489debe3a0cf2022a155858e8fbabf7c2e5 (patch) | |
tree | 690ef5c5fdf26837bb42f9c5e69e7025c46b8ba2 /phpBB | |
parent | 8a9c37162a20452730ea3e8e5e977c73ffb562e8 (diff) | |
download | forums-28746489debe3a0cf2022a155858e8fbabf7c2e5.tar forums-28746489debe3a0cf2022a155858e8fbabf7c2e5.tar.gz forums-28746489debe3a0cf2022a155858e8fbabf7c2e5.tar.bz2 forums-28746489debe3a0cf2022a155858e8fbabf7c2e5.tar.xz forums-28746489debe3a0cf2022a155858e8fbabf7c2e5.zip |
*** empty log message ***
git-svn-id: file:///svn/phpbb/trunk@7152 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/includes/functions_posting.php | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/phpBB/includes/functions_posting.php b/phpBB/includes/functions_posting.php index 7519c93d15..020d437b14 100644 --- a/phpBB/includes/functions_posting.php +++ b/phpBB/includes/functions_posting.php @@ -1873,15 +1873,6 @@ function submit_post($mode, $subject, $username, $topic_type, &$poll, &$data, $u } } - if ($post_mode == 'edit_topic') - { - $update_sql = update_post_information('topic', $data['topic_id'], true); - if (sizeof($update_sql)) - { - $sql_data[TOPICS_TABLE]['stat'][] = implode(', ', $update_sql[$data['topic_id']]); - } - } - // Update total post count, do not consider moderated posts/topics if ($auth->acl_get('f_noapprove', $data['forum_id']) || $auth->acl_get('m_approve', $data['forum_id'])) { |