aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_posting.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2003-10-09 14:49:21 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2003-10-09 14:49:21 +0000
commit40c38c6f81753336632c15a20eb2c71dcb867d59 (patch)
tree583c0a6af5ef331101475b820ee4b75a158a5148 /phpBB/includes/functions_posting.php
parent4da761be39a6cd2962dc95391e41cb02ab964b85 (diff)
downloadforums-40c38c6f81753336632c15a20eb2c71dcb867d59.tar
forums-40c38c6f81753336632c15a20eb2c71dcb867d59.tar.gz
forums-40c38c6f81753336632c15a20eb2c71dcb867d59.tar.bz2
forums-40c38c6f81753336632c15a20eb2c71dcb867d59.tar.xz
forums-40c38c6f81753336632c15a20eb2c71dcb867d59.zip
request_var updates
attachment updates/fixes git-svn-id: file:///svn/phpbb/trunk@4540 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/functions_posting.php')
-rw-r--r--phpBB/includes/functions_posting.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/phpBB/includes/functions_posting.php b/phpBB/includes/functions_posting.php
index 0358672e5c..6f6f685cfa 100644
--- a/phpBB/includes/functions_posting.php
+++ b/phpBB/includes/functions_posting.php
@@ -171,7 +171,7 @@ function update_last_post_information($type, $id, &$parent_sql)
$update_sql[] = 'forum_last_poster_id = 0';
$update_sql[] = "forum_last_poster_name = ''";
}
-
+/*
// Return 'Udate all Parents' information
// Not able to test this, since subforums seems to be broken
if ($type == 'forum')
@@ -190,7 +190,8 @@ function update_last_post_information($type, $id, &$parent_sql)
WHERE forum_id IN (' . implode(', ', $forum_ids) . ')';
}
}
-
+*/
+
return $update_sql;
}