From 1e3a0d55e6ffdc672f8f84f33d3350edc5f36668 Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Sun, 27 Apr 2008 09:36:50 +0100 Subject: [PATCH] Remove unneeded file --- mythview/sql.txt | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 mythview/sql.txt 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