필요없는 sql_free_result() 함수 제거

This commit is contained in:
whitedot
2013-06-25 10:22:02 +09:00
parent 5046cafbcd
commit 497639ec6a

View File

@ -110,7 +110,6 @@ function _Syndi_getNextChannelId($channel_id=null)
$sql .= " order by b.gr_id,b.bo_table limit 1";
$row = sql_fetch($sql);
sql_free_result($result);
return $row['bo_table'];
}