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:
Graham Eames 2006-09-17 15:22:01 +00:00
parent 8b70eca57c
commit e2ac2f9d7d

View file

@ -197,6 +197,8 @@ class ucp_zebra
WHERE user_id = ' . $user->data['user_id'] . '
AND ' . $db->sql_in_set('zebra_id', $data['usernames']);
$db->sql_query($sql);
$updated = true;
}
if ($updated)