From 67051c74a87ba999387ea17c0b6699381396c961 Mon Sep 17 00:00:00 2001 From: thisgun Date: Tue, 22 Oct 2024 17:48:08 +0900 Subject: [PATCH] =?UTF-8?q?latest=20=ED=95=A8=EC=88=98=20PHP=208=20optiona?= =?UTF-8?q?l=20parameter=20issue=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/latest.lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/latest.lib.php b/lib/latest.lib.php index f21d80239..54fc0c64b 100644 --- a/lib/latest.lib.php +++ b/lib/latest.lib.php @@ -4,7 +4,7 @@ if (!defined('_GNUBOARD_')) exit; // 최신글 추출 // $cache_time 캐시 갱신시간 -function latest($skin_dir='', $bo_table, $rows=10, $subject_len=40, $cache_time=1, $options='') +function latest($skin_dir='', $bo_table='', $rows=10, $subject_len=40, $cache_time=1, $options='') { global $g5;