From 68feb602ffdff77419d31bde212614f72fdaf099 Mon Sep 17 00:00:00 2001 From: thisgun Date: Tue, 7 Apr 2020 17:24:35 +0900 Subject: [PATCH] =?UTF-8?q?5.4=EB=B2=84=EC=A0=84=20=EA=B2=8C=EC=8B=9C?= =?UTF-8?q?=EB=AC=BC=20=EB=B3=B5=EC=82=AC=EC=9D=B4=EB=8F=99=EC=8B=9C=20hoo?= =?UTF-8?q?k=20=EC=BD=94=EB=93=9C=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bbs/move_update.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bbs/move_update.php b/bbs/move_update.php index b3c28f09c..044586264 100644 --- a/bbs/move_update.php +++ b/bbs/move_update.php @@ -192,6 +192,8 @@ while ($row = sql_fetch_array($result)) sql_query(" update {$g5['board_table']} set bo_count_write = bo_count_write + '$count_write' where bo_table = '$move_bo_table' "); sql_query(" update {$g5['board_table']} set bo_count_comment = bo_count_comment + '$count_comment' where bo_table = '$move_bo_table' "); + + run_event('bbs_move_copy', $row2, $move_bo_table, $insert_id, $next_wr_num, $sw); delete_cache_latest($move_bo_table); }