aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLudovic Arnaud <ludovic_arnaud@users.sourceforge.net>2003-04-17 01:59:23 +0000
committerLudovic Arnaud <ludovic_arnaud@users.sourceforge.net>2003-04-17 01:59:23 +0000
commit55fcbef7e059ca5bf56b6b7f6bd9a9c075627f9e (patch)
tree307757c912acb3cf0913947a76f777c4d878a557
parent7e5e8422c8a8b4aa18bc04a41696fb51a4265ac2 (diff)
downloadforums-55fcbef7e059ca5bf56b6b7f6bd9a9c075627f9e.tar
forums-55fcbef7e059ca5bf56b6b7f6bd9a9c075627f9e.tar.gz
forums-55fcbef7e059ca5bf56b6b7f6bd9a9c075627f9e.tar.bz2
forums-55fcbef7e059ca5bf56b6b7f6bd9a9c075627f9e.tar.xz
forums-55fcbef7e059ca5bf56b6b7f6bd9a9c075627f9e.zip
TODO ;)
git-svn-id: file:///svn/phpbb/trunk@3867 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r--phpBB/includes/functions_posting.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/includes/functions_posting.php b/phpBB/includes/functions_posting.php
index c1ccd2ab71..5815a44a48 100644
--- a/phpBB/includes/functions_posting.php
+++ b/phpBB/includes/functions_posting.php
@@ -850,6 +850,7 @@ function submit_post($mode, $message, $subject, $username, $topic_type, $bbcode_
$db->sql_query($sql);
// Update user post count ... if appropriate
+ // TODO: alter to use the ACL
if (!empty($post_data['enable_post_count']) && $user->data['user_id'] != ANONYMOUS)
{
$sql = 'UPDATE ' . USERS_TABLE . '