From 9bf4245baaac970b40013f70b3967b4eae8de872 Mon Sep 17 00:00:00 2001 From: wonipapa Date: Fri, 17 Mar 2017 18:05:16 +0900 Subject: [PATCH] Update epg2xml.php --- epg2xml.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/epg2xml.php b/epg2xml.php index 08b5b34..bca3c71 100644 --- a/epg2xml.php +++ b/epg2xml.php @@ -239,13 +239,13 @@ function getEPG() { $ChannelServiceId = $ChannelInfo[3]; if($GLOBALS['debug']) printLog($ChannelName.' 채널 EPG 데이터를 가져오고 있습니다'); if($ChannelSource == 'EPG') : - //GetEPGFromEPG($ChannelInfo); + GetEPGFromEPG($ChannelInfo); elseif($ChannelSource == 'KT') : - //GetEPGFromKT($ChannelInfo); + GetEPGFromKT($ChannelInfo); elseif($ChannelSource == 'LG') : GetEPGFromLG($ChannelInfo); elseif($ChannelSource == 'SK') : - //GetEPGFromSK($ChannelInfo); + GetEPGFromSK($ChannelInfo); elseif($ChannelSource == 'SKY') : GetEPGFromSKY(ChannelInfo); elseif($ChannelSource == 'NAVER') :