5.4 버전 회원탈퇴와 관리권한설정에 이벤트 HOOK 추가

This commit is contained in:
thisgun
2020-06-10 11:34:07 +09:00
parent 8c49fbafb8
commit 8aaafeddf6
3 changed files with 6 additions and 0 deletions

View File

@ -28,6 +28,8 @@ for ($i=0; $i<$count; $i++)
$sql = " delete from {$g5['auth_table']} where mb_id = '".$mb_id."' and au_menu = '".$au_menu."' ";
sql_query($sql);
run_event('adm_auth_delete_member', $mb_id, $au_menu);
}
goto_url('./auth_list.php?'.$qstr);