g4s merge 충돌수정

This commit is contained in:
chicpro
2013-06-25 16:40:16 +09:00
7 changed files with 50 additions and 46 deletions

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'];
}