diff getepg.php @ 39:8965ef108821

change: modify all scripts for web base setting.
author Sushi-k <epgrec@park.mda.or.jp>
date Tue, 28 Jul 2009 11:50:04 +0900
parents e5f9aa34d06f
children 4def2b564161
line wrap: on
line diff
--- a/getepg.php	Tue Jul 28 10:49:55 2009 +0900
+++ b/getepg.php	Tue Jul 28 11:50:04 2009 +0900
@@ -88,7 +88,7 @@
 		$num = DBRecord::countRecords( CHANNEL_TBL , "WHERE channel_disc = '" . $disc ."'" );
 		if( $num == 0 ) {
 			// チャンネルデータがないなら新規作成
-			$rec = new DBRecord(  CHANNEL_TBL );
+			$rec = new DBRecord( CHANNEL_TBL );
 			$rec->type = $type;
 			$rec->channel = $map["$disc"];
 			$rec->channel_disc = $disc;