Scenario 세팅 과정에 문제 해결
SetNationFront 함수도 수정
This commit is contained in:
@@ -130,7 +130,7 @@ if($action == 'scrub_old_user'){
|
||||
$cnt = 0;
|
||||
}
|
||||
else{
|
||||
$db->delete('member', 'no IN (%li)', $targetUser);
|
||||
$db->delete('member', 'no IN %li', $targetUser);
|
||||
$cnt = $db->affectedRows();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user