ISCS 함수까지 체크

This commit is contained in:
wonipapa
2017-09-01 13:11:03 +09:00
parent f40c20e977
commit 4b62f0140d
2 changed files with 7 additions and 6 deletions
+3 -3
View File
@@ -914,7 +914,6 @@ function GetEPGFromNaver($ChannelInfo) {
endforeach;
endfor;
endfor;
epgzip($epginfo);
endif;
} catch(Exception $e) {
if($GLOBALS['debug']) printError($e->getMessage());
@@ -923,6 +922,7 @@ function GetEPGFromNaver($ChannelInfo) {
} catch (Exception $e) {
if($GLOBALS['debug']) printError($e->getMessage());
}
epgzip($epginfo);
}
// Get EPG data from Iscs
@@ -982,7 +982,6 @@ function GetEPGFromIscs($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);
else :
if($GLOBALS['debug']) printError($ChannelName.CONTENT_ERROR);
endif;
@@ -995,6 +994,7 @@ function GetEPGFromIscs($ChannelInfo) {
if($GLOBALS['debug']) printError($e->getMessage());
}
endforeach;
epgzip($epginfo);
}
// Get EPG data from Hcn
@@ -1044,7 +1044,6 @@ function GetEPGFromHcn($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);
else :
if($GLOBALS['debug']) printError($ChannelName.CONTENT_ERROR);
endif;
@@ -1053,6 +1052,7 @@ function GetEPGFromHcn($ChannelInfo) {
if($GLOBALS['debug']) printError($e->getMessage());
}
endforeach;
epgzip($epginfo);
}
// Get EPG data from POOQ