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

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

View File

@@ -1,3 +1,4 @@
<!DOCTYPE HTML>
<html>
<head>
@@ -8,7 +9,7 @@
</script>
</head>
<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>
</html>

View File

@@ -330,7 +330,8 @@ proc {rsv lookuptab} {} {
} else {
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(ucCRIDType) == 49} {
set p "E"