mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
Confirm zebra removal...... I mean friend/foe deletion :P
git-svn-id: file:///svn/phpbb/trunk@6379 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
8b70eca57c
commit
e2ac2f9d7d
1 changed files with 2 additions and 0 deletions
|
@ -197,6 +197,8 @@ class ucp_zebra
|
||||||
WHERE user_id = ' . $user->data['user_id'] . '
|
WHERE user_id = ' . $user->data['user_id'] . '
|
||||||
AND ' . $db->sql_in_set('zebra_id', $data['usernames']);
|
AND ' . $db->sql_in_set('zebra_id', $data['usernames']);
|
||||||
$db->sql_query($sql);
|
$db->sql_query($sql);
|
||||||
|
|
||||||
|
$updated = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($updated)
|
if ($updated)
|
||||||
|
|
Loading…
Add table
Reference in a new issue