From cfcc343b546867cd6ae60b08921bd411d87cb0a8 Mon Sep 17 00:00:00 2001 From: wonipapa Date: Thu, 16 Mar 2017 12:29:14 +0900 Subject: [PATCH] Update epg2xml.php --- epg2xml.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/epg2xml.php b/epg2xml.php index d6ea211..866d7e5 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); elseif($ChannelSource == 'LG') : GetEPGFromLG($ChannelInfo); elseif($ChannelSource == 'SK') : - //GetEPGFromSK($ChannelInfo); + GetEPGFromSK($ChannelInfo); elseif($ChannelSource == 'SKY') : GetEPGFromSKY(ChannelInfo); elseif($ChannelSource == 'NAVER') :