Remove unneeded file

This commit is contained in:
2008-04-27 09:36:50 +01:00
parent 6d88580eaa
commit 1e3a0d55e6

View File

@@ -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