From bcda18cbd5878ee332ca2f223d2ba747e9ca367c Mon Sep 17 00:00:00 2001 From: thisgun Date: Mon, 19 Jun 2023 15:08:44 +0900 Subject: [PATCH] =?UTF-8?q?1:1=EB=AC=B8=EC=9D=98=20=EC=82=AD=EC=A0=9C?= =?UTF-8?q?=EC=8B=9C=20hook=20=EC=9D=B4=EB=B2=A4=ED=8A=B8=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bbs/qadelete.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bbs/qadelete.php b/bbs/qadelete.php index af92640eb..fa2c43117 100644 --- a/bbs/qadelete.php +++ b/bbs/qadelete.php @@ -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('/^&/', '?', $qstr)); \ No newline at end of file