aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_admin.php
diff options
context:
space:
mode:
authorDavid M <davidmj@users.sourceforge.net>2007-02-20 15:33:16 +0000
committerDavid M <davidmj@users.sourceforge.net>2007-02-20 15:33:16 +0000
commitd5d0085180bbdfcd6cc6c001d92efa822f9f12cf (patch)
tree12d62d770c863fcd4d02b005dc727f22f28b3591 /phpBB/includes/functions_admin.php
parent1e8b642cf1d2a98d0b25178ad85fb2b5b9e284cd (diff)
downloadforums-d5d0085180bbdfcd6cc6c001d92efa822f9f12cf.tar
forums-d5d0085180bbdfcd6cc6c001d92efa822f9f12cf.tar.gz
forums-d5d0085180bbdfcd6cc6c001d92efa822f9f12cf.tar.bz2
forums-d5d0085180bbdfcd6cc6c001d92efa822f9f12cf.tar.xz
forums-d5d0085180bbdfcd6cc6c001d92efa822f9f12cf.zip
i feel special
git-svn-id: file:///svn/phpbb/trunk@7026 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/functions_admin.php')
-rw-r--r--phpBB/includes/functions_admin.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/includes/functions_admin.php b/phpBB/includes/functions_admin.php
index 19a7a126c0..2eff9c7980 100644
--- a/phpBB/includes/functions_admin.php
+++ b/phpBB/includes/functions_admin.php
@@ -2708,7 +2708,6 @@ function tidy_warnings()
{
$sql = 'UPDATE ' . USERS_TABLE . " SET user_warnings = user_warnings - $value
WHERE user_id = $user_id";
- var_dump($sql);
$db->sql_query($sql);
}