diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2003-09-07 15:33:20 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2003-09-07 15:33:20 +0000 |
commit | 6aa059c403f3c8e301ccca32b2bb1446cb6bbbb2 (patch) | |
tree | d608499650e328866a0e7758e36b42eba6048f75 /phpBB/includes/functions_posting.php | |
parent | 028311c6f9b19f96952773d6c7f62911027bb662 (diff) | |
download | forums-6aa059c403f3c8e301ccca32b2bb1446cb6bbbb2.tar forums-6aa059c403f3c8e301ccca32b2bb1446cb6bbbb2.tar.gz forums-6aa059c403f3c8e301ccca32b2bb1446cb6bbbb2.tar.bz2 forums-6aa059c403f3c8e301ccca32b2bb1446cb6bbbb2.tar.xz forums-6aa059c403f3c8e301ccca32b2bb1446cb6bbbb2.zip |
update topic stats if complete topic is stored for approval.
git-svn-id: file:///svn/phpbb/trunk@4478 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/functions_posting.php')
-rw-r--r-- | phpBB/includes/functions_posting.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/phpBB/includes/functions_posting.php b/phpBB/includes/functions_posting.php index d18a887807..858fd4d3ec 100644 --- a/phpBB/includes/functions_posting.php +++ b/phpBB/includes/functions_posting.php @@ -126,8 +126,6 @@ function update_last_post_information($type, $id, &$parent_sql) { global $db; - $parent_sql = array(); - switch ($type) { case 'forum': |