From 55fcbef7e059ca5bf56b6b7f6bd9a9c075627f9e Mon Sep 17 00:00:00 2001 From: Ludovic Arnaud Date: Thu, 17 Apr 2003 01:59:23 +0000 Subject: [PATCH] TODO ;) git-svn-id: file:///svn/phpbb/trunk@3867 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/functions_posting.php | 1 + 1 file changed, 1 insertion(+) 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 . '