fix scheduled check

git-svn-id: file:///root/webif/svn/humax/pkg/src/webif/trunk@1850 2a923420-c742-0410-a762-8d5b09965624
This commit is contained in:
hummypkg 2014-04-23 11:56:55 +00:00
parent 62a13e18cc
commit 38956e2669
4 changed files with 6 additions and 4 deletions

View File

@ -1,7 +1,7 @@
Package: webif Package: webif
Priority: optional Priority: optional
Section: web Section: web
Version: 1.0.11 Version: 1.0.11-2
Architecture: mipsel Architecture: mipsel
Maintainer: af123@hummypkg.org.uk Maintainer: af123@hummypkg.org.uk
Depends: webif-channelicons(>=1.1.10),mongoose(>=3.0.11),jim(>=0.75-1),jim-oo,jim-sqlite3(>=0.75),jim-cgi(>=0.7),jim-binary(>=0.75),service-control(>=1.2),busybox(>=1.20.2-1),lsof,epg(>=1.0.13),hmt(>=1.1.14),ssmtp,anacron,trm(>=1.1),openssl-command,nicesplice,id3v2,file,rsvsync(>=1.0.2),webif-charts(>=1.2),stripts(>=1.2.5-3),smartmontools,tmenu(>=1.05),ffmpeg,id3v2,multienv(>=1.6) Depends: webif-channelicons(>=1.1.10),mongoose(>=3.0.11),jim(>=0.75-1),jim-oo,jim-sqlite3(>=0.75),jim-cgi(>=0.7),jim-binary(>=0.75),service-control(>=1.2),busybox(>=1.20.2-1),lsof,epg(>=1.0.13),hmt(>=1.1.14),ssmtp,anacron,trm(>=1.1),openssl-command,nicesplice,id3v2,file,rsvsync(>=1.0.2),webif-charts(>=1.2),stripts(>=1.2.5-3),smartmontools,tmenu(>=1.05),ffmpeg,id3v2,multienv(>=1.6)

View File

@ -61,7 +61,7 @@ puts {
set i 0 set i 0
foreach record $records { foreach record $records {
altrow altrow
#$record get_channel_info $record get_channel_info
set ended [$record ended] set ended [$record ended]
if {[$record showing]} { if {[$record showing]} {
puts "<td><img src=/images/111_1_00_Cursor_2R_Arrow.png></td>" puts "<td><img src=/images/111_1_00_Cursor_2R_Arrow.png></td>"

View File

@ -1,3 +1,4 @@
<!DOCTYPE HTML> <!DOCTYPE HTML>
<html> <html>
<head> <head>
@ -8,7 +9,7 @@
</script> </script>
</head> </head>
<body> <body>
You are being redirected to <a href=index.jim>index.jim>/a> You are being redirected to <a href=index.jim>index.jim</a>
</body> </body>
</html> </html>

View File

@ -330,7 +330,8 @@ proc {rsv lookuptab} {} {
} else { } else {
set p "E" set p "E"
} }
set records("$rec(usSvcId):$rec(usevtid)") $p set records([\
string tolower "$rec(usSvcId):$rec(usevtid)"]) $p
if {$rec(szCRID) eq ""} continue if {$rec(szCRID) eq ""} continue
if {$rec(ucCRIDType) == 49} { if {$rec(ucCRIDType) == 49} {
set p "E" set p "E"