1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00
git-svn-id: file:///svn/phpbb/trunk@7043 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
David M
2007-02-23 16:39:03 +00:00
parent 44d7ab6d1d
commit 9655bea71a
2 changed files with 7 additions and 1 deletions

View File

@@ -301,9 +301,14 @@ class acp_prune
}
add_log('admin', $l_log, implode(', ', $usernames));
$msg = $user->lang['USER_' . strtoupper($action) . '_SUCCESS'];
}
else
{
$msg = $user->lang['USER_PRUNE_FAILURE'];
}
trigger_error($user->lang['USER_' . strtoupper($action) . '_SUCCESS'] . adm_back_link($this->u_action));
trigger_error($msg . adm_back_link($this->u_action));
}
else
{