1.0.0 final

git-svn-id: file:///root/webif/svn/humax/pkg/src/webif/trunk@1522 2a923420-c742-0410-a762-8d5b09965624
This commit is contained in:
hummypkg 2013-04-04 22:44:16 +00:00
parent 93cbf651ba
commit cf0a6b5028

View File

@ -197,6 +197,7 @@ epg method scheduled {} {
#puts "Check key ($key)"
if {[dict exists $rsvlookup $key]} {
set p $rsvlookup($key)
#puts "FOUND ($p)"
break
}
}
@ -207,6 +208,8 @@ epg method scheduled {} {
default { set sched_type 0 }
}
#puts "SCHED_TYPE: ($sched_type)"
return $sched_type
}