From fbe6a6f06d4d90a584806b89b72d997584e6f0eb Mon Sep 17 00:00:00 2001 From: zero Date: Thu, 23 Aug 2007 02:43:20 +0000 Subject: [PATCH] =?UTF-8?q?#122=20=ED=8F=AC=EC=9D=B8=ED=8A=B8=20=EB=A0=88?= =?UTF-8?q?=EB=B2=A8=20=EC=95=84=EC=9D=B4=EC=BD=98=20=ED=91=9C=EC=8B=9C?= =?UTF-8?q?=EC=8B=9C=20=EC=BA=90=EC=8B=9C=ED=8C=8C=EC=9D=BC=20=EC=9D=B4?= =?UTF-8?q?=EB=A6=84=20=EC=98=A4=ED=83=80=20=EB=82=9C=20=EB=B6=80=EB=B6=84?= =?UTF-8?q?=EC=9D=84=20=EC=88=98=EC=A0=95=ED=95=98=EC=97=AC=20DB=EA=B0=80?= =?UTF-8?q?=20=EC=95=84=EB=8B=8C=20=EC=BA=90=EC=8B=B1=20=ED=8C=8C=EC=9D=BC?= =?UTF-8?q?=EC=97=90=EC=84=9C=20=EB=8D=B0=EC=9D=B4=ED=84=B0=EB=A5=BC=20?= =?UTF-8?q?=EC=9D=BD=EB=8F=84=EB=A1=9D=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2380 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/point/point.model.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/point/point.model.php b/modules/point/point.model.php index c7f603aff..7fa948d04 100644 --- a/modules/point/point.model.php +++ b/modules/point/point.model.php @@ -29,7 +29,7 @@ function getPoint($member_srl, $from_db = false) { $cache_filename = sprintf('./files/member_extra_info/point/%s%d.cache.txt', getNumberingPath($member_srl), $member_srl); - if(!$from_db && file_exists($target_filename)) return trim(FileHandler::readFile($cache_filename)); + if(!$from_db && file_exists($cache_filename)) return trim(FileHandler::readFile($cache_filename)); // DB에서 가져옴 $args->member_srl = $member_srl;