From 390ec6db6885298a291981c84978b0e7e154bcaf Mon Sep 17 00:00:00 2001 From: whitedot Date: Thu, 24 Jan 2013 09:58:24 +0900 Subject: [PATCH] =?UTF-8?q?=EC=B5=9C=EC=8B=A0=EA=B8=80=EC=97=90=20?= =?UTF-8?q?=EA=B2=8C=EC=8B=9C=ED=8C=90=EC=A0=9C=EB=AA=A9=EC=9D=B4=20?= =?UTF-8?q?=EB=82=98=EC=98=A4=EB=8F=84=EB=A1=9D=20=ED=95=B4=EA=B2=B0=20-?= =?UTF-8?q?=20kagla?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/latest.lib.php | 4 ++-- skin/latest/neo/latest.skin.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/latest.lib.php b/lib/latest.lib.php index 58eefd9fa..ec1366f3f 100644 --- a/lib/latest.lib.php +++ b/lib/latest.lib.php @@ -11,7 +11,7 @@ function latest($skin_dir='', $bo_table, $rows=10, $subject_len=40, $options='') $cache_file = $g4['cache_latest_path']."/{$bo_table}_{$skin_dir}_{$rows}_{$subject_len}.php"; //if (!file_exists($cache_file)) { - if (0) { + if (1) { $list = array(); $sql = " select * from $g4[board_table] where bo_table = '$bo_table'"; @@ -29,7 +29,7 @@ function latest($skin_dir='', $bo_table, $rows=10, $subject_len=40, $options='') } $handle = fopen($cache_file, "w"); - $cache_content = ""; + $cache_content = ""; //$cache_content = all_trim($cache_content); fwrite($handle, $cache_content); fclose($handle); diff --git a/skin/latest/neo/latest.skin.php b/skin/latest/neo/latest.skin.php index 74285319c..e4120e41b 100644 --- a/skin/latest/neo/latest.skin.php +++ b/skin/latest/neo/latest.skin.php @@ -2,7 +2,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가 ?> - +