mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-29 06:38:52 +00:00
git-svn-id: file:///svn/phpbb/trunk@6514 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
f4da66a932
commit
1df3ccc836
1 changed files with 1 additions and 1 deletions
|
@ -253,7 +253,7 @@ function user_add($user_row, $cp_data = false)
|
||||||
*/
|
*/
|
||||||
function user_delete($mode, $user_id, $post_username = false)
|
function user_delete($mode, $user_id, $post_username = false)
|
||||||
{
|
{
|
||||||
global $config, $db, $user, $auth;
|
global $cache, $config, $db, $user, $auth;
|
||||||
global $phpbb_root_path, $phpEx;
|
global $phpbb_root_path, $phpEx;
|
||||||
|
|
||||||
$db->sql_transaction('begin');
|
$db->sql_transaction('begin');
|
||||||
|
|
Loading…
Add table
Reference in a new issue