From f6fd7d0f6e1f8a3563acf7899fcce9854169d089 Mon Sep 17 00:00:00 2001 From: gnuboard Date: Mon, 7 Oct 2013 14:09:14 +0900 Subject: [PATCH] =?UTF-8?q?=EC=82=AC=EC=9A=A9=ED=95=98=EC=A7=80=20?= =?UTF-8?q?=EC=95=8A=EB=8A=94=20get=5Flist=5Ffile()=20=ED=95=A8=EC=88=98?= =?UTF-8?q?=20=EC=BD=94=EB=93=9C=20=EC=82=AD=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/common.lib.php | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/lib/common.lib.php b/lib/common.lib.php index ee1bb82ac..cbaf196db 100644 --- a/lib/common.lib.php +++ b/lib/common.lib.php @@ -287,18 +287,6 @@ function get_file($bo_table, $wr_id) } -// 게시글 리스트에 쓰일 1개의 파일 정보를 얻는다. -function get_list_file($bo_table, $wr_id) -{ - global $g5; - - $sql = " select * from {$g5['board_file_table']} where bo_table = '$bo_table' and wr_id = '$wr_id' order by bf_no "; - $row = sql_fetch($sql); - - return $row; -} - - // 폴더의 용량 ($dir는 / 없이 넘기세요) function get_dirsize($dir) {