"); } $now = date("YmdHi"); ?> "); } $rowdata = pg_fetch_row($rs, 0); $pid = htmlspecialchars($rowdata[0]); $stationid = htmlspecialchars($rowdata[1]); $countno = htmlspecialchars($rowdata[2]); $subtitle = htmlspecialchars($rowdata[3]); $starttime = htmlspecialchars($rowdata[4]); $startprinttime = htmlspecialchars(foldate2print($rowdata[4])); $endtime = htmlspecialchars($rowdata[5]); $endprinttime = htmlspecialchars(foldate2print($rowdata[5])); $lengthmin = htmlspecialchars($rowdata[6]); $stationjname = htmlspecialchars($rowdata[7]); $recch = htmlspecialchars($rowdata[8]); $delflag = getgetnumform(delflag); ?>

EPG予約解除


\n"; //削除処理 if (($demomode) || ($protectmode) ){ //demomodeやprotectmodeならなにもしない }else{ //キュー更新 // $oserr = system("$toolpath/perl/addatq.pl 0 $stationid "); $oserr = system("$toolpath/perl/addpidatq.pl $pid "); //DB削除 $query = " DELETE FROM foltia_subtitle WHERE foltia_subtitle.pid = $pid AND foltia_subtitle.tid = 0 "; $rs = m_query($con, $query, "DBクエリに失敗しました"); } }else{ print "過去番組は予約削除出来ません。"; }//end if }else{//delflagが1じゃなければ //時刻確認 if ($now < $starttime ){ print "EPG予約「".$subtitle."」の録画予約を解除します。
\n"; print "
\n"; }else{ print "過去番組は予約削除出来ません。"; }//end if } print "
放送局$stationjname
放送開始$startprinttime
放送終了$endprinttime
尺(分)$lengthmin
放送チャンネル$recch
番組名$subtitle
番組ID$pid
局コード$stationid
"; if ($delflag == "1") { }else{ print "
\n"; } ?>