Update epg2xml.php

This commit is contained in:
wonipapa 2017-03-17 18:05:16 +09:00 committed by GitHub
parent a8a89b6c49
commit 9bf4245baa

View File

@ -239,13 +239,13 @@ function getEPG() {
$ChannelServiceId = $ChannelInfo[3]; $ChannelServiceId = $ChannelInfo[3];
if($GLOBALS['debug']) printLog($ChannelName.' 채널 EPG 데이터를 가져오고 있습니다'); if($GLOBALS['debug']) printLog($ChannelName.' 채널 EPG 데이터를 가져오고 있습니다');
if($ChannelSource == 'EPG') : if($ChannelSource == 'EPG') :
//GetEPGFromEPG($ChannelInfo); GetEPGFromEPG($ChannelInfo);
elseif($ChannelSource == 'KT') : elseif($ChannelSource == 'KT') :
//GetEPGFromKT($ChannelInfo); GetEPGFromKT($ChannelInfo);
elseif($ChannelSource == 'LG') : elseif($ChannelSource == 'LG') :
GetEPGFromLG($ChannelInfo); GetEPGFromLG($ChannelInfo);
elseif($ChannelSource == 'SK') : elseif($ChannelSource == 'SK') :
//GetEPGFromSK($ChannelInfo); GetEPGFromSK($ChannelInfo);
elseif($ChannelSource == 'SKY') : elseif($ChannelSource == 'SKY') :
GetEPGFromSKY(ChannelInfo); GetEPGFromSKY(ChannelInfo);
elseif($ChannelSource == 'NAVER') : elseif($ChannelSource == 'NAVER') :