notice 오류 해결중

This commit is contained in:
gnuboard
2012-12-26 15:02:42 +09:00
parent defca75c2c
commit e7b5429b4b
8 changed files with 109 additions and 114 deletions

View File

@ -735,12 +735,7 @@ function get_category_option($bo_table='')
{
global $g4, $board;
/*
$sql = " select bo_category_list from $g4[board_table] where bo_table = '$bo_table' ";
$row = sql_fetch($sql);
$arr = explode("|", $row[bo_category_list]); // 구분자가 , 로 되어 있음
*/
$arr = explode("|", $board[bo_category_list]); // 구분자가 , 로 되어 있음
$arr = explode("|", $board['bo_category_list']); // 구분자가 , 로 되어 있음
$str = "";
for ($i=0; $i<count($arr); $i++)
if (trim($arr[$i]))