From a60ce4010d8828b27d2e69421ab3446394c998f9 Mon Sep 17 00:00:00 2001 From: longinus Date: Wed, 8 Aug 2012 16:34:27 +0000 Subject: [PATCH] remove detail of lacking EPG data epg update table now sorted git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/rec10@944 4e526526-5e11-4fc0-8910-f8fd03428081 --- rectool/trunk/rectool.pl | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/rectool/trunk/rectool.pl b/rectool/trunk/rectool.pl index fa4a478..1b28e19 100755 --- a/rectool/trunk/rectool.pl +++ b/rectool/trunk/rectool.pl @@ -1783,6 +1783,7 @@ if ( $mode eq 'expert' ) { $HTML .= qq {
\nRec10 バージョン:$rec10_version\nrectool バージョン:$rectool_version\n
\n}; + if (0) { $HTML .= qq {
\n番組表の欠落
\n}; $ary_ref = $dbh->selectall_arrayref( "SELECT chname, chtxt FROM epg_ch" ); foreach my $line ( @{$ary_ref} ) { @@ -1805,13 +1806,14 @@ if ( $mode eq 'expert' ) { $program_old = $program_new; } $HTML .= qq {
\n$line->[0]\n$error
\n} if ( $error ); - } + } + } $ary_ref = $dbh->selectall_arrayref( "SELECT chname, chtxt, bctype, ch, csch, tsid, updatetime, status, visible FROM epg_ch - ORDER BY bctype " ); + ORDER BY chtxt " ); $HTML .= qq {
\n番組表の更新状況
\n}; $HTML .= qq {\n\n}; $HTML .= qq {\n}; -- 2.11.0
チャンネル名