From 9191199ef4ad0703e1b74a9863dfbceceb230d2a Mon Sep 17 00:00:00 2001 From: thisgun Date: Tue, 8 Jul 2025 11:16:16 +0900 Subject: [PATCH] =?UTF-8?q?db=5Ftable.optimize.php=20=ED=8C=8C=EC=9D=BC?= =?UTF-8?q?=EC=97=90=20hook=20=EC=B6=94=EA=B0=80=20#362?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bbs/db_table.optimize.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/bbs/db_table.optimize.php b/bbs/db_table.optimize.php index dc92eb385..a751c50ba 100644 --- a/bbs/db_table.optimize.php +++ b/bbs/db_table.optimize.php @@ -69,4 +69,8 @@ if($captcha_mp3 && is_array($captcha_mp3)) { // 실행일 기록 if(isset($config['cf_optimize_date'])) { sql_query(" update {$g5['config_table']} set cf_optimize_date = '".G5_TIME_YMD."' "); -} \ No newline at end of file + + run_event('cf_optimize_date_update', $config); +} + +run_event('db_table_optimize_end', $config); \ No newline at end of file