1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 05:50:42 +02:00

update topic stats if complete topic is stored for approval.

git-svn-id: file:///svn/phpbb/trunk@4478 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen
2003-09-07 15:33:20 +00:00
parent 028311c6f9
commit 6aa059c403
2 changed files with 5 additions and 4 deletions

View File

@@ -126,8 +126,6 @@ function update_last_post_information($type, $id, &$parent_sql)
{
global $db;
$parent_sql = array();
switch ($type)
{
case 'forum':