사용하지 않는 get_list_file() 함수 코드 삭제

This commit is contained in:
gnuboard
2013-10-07 14:09:14 +09:00
parent b18b19c703
commit f6fd7d0f6e

View File

@ -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)
{