1:1문의 삭제시 hook 이벤트 추가

This commit is contained in:
thisgun
2023-06-19 15:08:44 +09:00
parent 2a8f5f6035
commit bcda18cbd5

View File

@ -82,4 +82,6 @@ for($i=0; $i<$count; $i++) {
sql_query(" delete from {$g5['qa_content_table']} where qa_id = '$qa_id' ");
}
run_event('qa_delete', $tmp_array);
goto_url(G5_BBS_URL.'/qalist.php'.preg_replace('/^&amp;/', '?', $qstr));