diff --git a/adm/auth_list_delete.php b/adm/auth_list_delete.php index 0327c1889..c378d75ec 100644 --- a/adm/auth_list_delete.php +++ b/adm/auth_list_delete.php @@ -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); diff --git a/adm/auth_update.php b/adm/auth_update.php index 1e2bc15a8..4b0a58fef 100644 --- a/adm/auth_update.php +++ b/adm/auth_update.php @@ -43,5 +43,7 @@ if( str_replace('-', '', G5_TIME_YMD) !== get_session('adm_auth_update') ){ set_session('adm_auth_update', str_replace('-', '', G5_TIME_YMD)); } +run_event('adm_auth_update', $mb); + goto_url('./auth_list.php?'.$qstr); ?> diff --git a/lib/common.lib.php b/lib/common.lib.php index 28d11c731..da968e569 100644 --- a/lib/common.lib.php +++ b/lib/common.lib.php @@ -3150,6 +3150,8 @@ function member_delete($mb_id) // 프로필 이미지 삭제 @unlink(G5_DATA_PATH.'/member_image/'.substr($mb_id,0,2).'/'.$mb_id.'.gif'); + + run_event('member_delete_after', $mb_id); } // 이메일 주소 추출