diff --git a/adm/admin.head.php b/adm/admin.head.php
index 1ed34b228..53adc6e39 100644
--- a/adm/admin.head.php
+++ b/adm/admin.head.php
@@ -101,7 +101,7 @@ function imageview(id, w, h)
-
+
diff --git a/adm/board_delete.inc.php b/adm/board_delete.inc.php
index 71a3b3578..e043d3555 100644
--- a/adm/board_delete.inc.php
+++ b/adm/board_delete.inc.php
@@ -26,6 +26,9 @@ sql_query(" delete from {$g5['board_file_table']} where bo_table = '{$tmp_bo_tab
// 게시판 테이블 DROP
sql_query(" drop table {$g5['write_prefix']}{$tmp_bo_table} ", FALSE);
+// 좋아요 테이블에서 기록 삭제
+sql_query(" delete from {$g5['board_good_table']} where bo_table = '{$tmp_bo_table}' ");
+
delete_cache_latest($tmp_bo_table);
// 게시판 폴더 전체 삭제