diff --git a/mythview/sql.txt b/mythview/sql.txt deleted file mode 100644 index f55aa85..0000000 --- a/mythview/sql.txt +++ /dev/null @@ -1,7 +0,0 @@ -SELECT channel.chanid, cast(channel.channum as signed) as channum, channel.name, program.title, time_to_sec(timediff(time(program.endtime), time(now()) )) as timetoend -FROM channel, program -WHERE program.chanid = channel.chanid -AND program.starttime <= NOW( ) -AND program.endtime >= NOW( ) -AND channum <> 0 -ORDER BY channum