aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes')
-rw-r--r--phpBB/includes/functions_user.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions_user.php b/phpBB/includes/functions_user.php
index b8b4c6a6dd..6178849cf5 100644
--- a/phpBB/includes/functions_user.php
+++ b/phpBB/includes/functions_user.php
@@ -431,7 +431,7 @@ function user_delete($mode, $user_id, $post_username = false)
*/
function user_active_flip($mode, $user_id_ary, $reason = INACTIVE_MANUAL)
{
- global $config, $db, $user;
+ global $config, $db, $user, $auth;
$deactivated = $activated = 0;
$sql_statements = array();
t' onchange='this.form.submit();'>space:mode:
authorThierry Vignaud <tvignaud@mandriva.org>2003-02-17 09:25:51 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2003-02-17 09:25:51 +0000
commitbedb9e58692e167ef4ac7c30b9e8f9a80720c106 (patch)
tree9afb660a56cc67fc70e95d113d87263a13f14796
parent22ce15b81b4495166341b52d897dbae9ddbdd119 (diff)
downloaddrakx-bedb9e58692e167ef4ac7c30b9e8f9a80720c106.tar
drakx-bedb9e58692e167ef4ac7c30b9e8f9a80720c106.tar.gz
drakx-bedb9e58692e167ef4ac7c30b9e8f9a80720c106.tar.bz2
drakx-bedb9e58692e167ef4ac7c30b9e8f9a80720c106.tar.xz
drakx-bedb9e58692e167ef4ac7c30b9e8f9a80720c106.zip
simplify translator job by propaging pixel english typo fix
Diffstat