AIRANG 함수까지 체크

This commit is contained in:
wonipapa
2017-09-01 16:33:18 +09:00
parent 5e45d38876
commit ea2c5c1057
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1395,7 +1395,6 @@ function GetEPGFromKbs($ChannelInfo) {
//ChannelId, startTime, programName, subprogramName, desc, actors, producers, category, episode, rebroadcast, rating
$epginfo[] = array($ChannelId, $startTime, $programName, $subprogramName, $desc, $actors, $producers, $category, $episode, $rebroadcast, $rating);
endforeach;
epgzip($epginfo);
endif;
} catch(Exception $e) {
if($GLOBALS['debug']) printError($e->getMessage());
@@ -1405,6 +1404,7 @@ function GetEPGFromKbs($ChannelInfo) {
if($GLOBALS['debug']) printError($e->getMessage());
}
endforeach;
epgzip($epginfo);
}
function GetEPGFromArirang($ChannelInfo) {