forked from devsam/core
오래된 유저 삭제 버그 수정
This commit is contained in:
@@ -130,7 +130,7 @@ if($action == 'scrub_old_user'){
|
||||
$cnt = 0;
|
||||
}
|
||||
else{
|
||||
$db->delete('member', 'no = %li', $targetUser);
|
||||
$db->delete('member', 'no IN (%li)', $targetUser);
|
||||
$cnt = $db->affectedRows();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user