fix service restore

git-svn-id: file:///root/webif/svn/humax/pkg/src/webif/trunk@1733 2a923420-c742-0410-a762-8d5b09965624
This commit is contained in:
hummypkg
2013-12-04 20:16:48 +00:00
parent fbd469ffec
commit fe7de23c67
3 changed files with 11 additions and 11 deletions

View File

@@ -1,10 +1,10 @@
proc {dict merge} {dict args} {
foreach d $args {
foreach k [dict keys $d] {
dict set dict $k [dict get $d $k]
}
}
return $dict
}
#proc {dict merge} {dict args} {
# foreach d $args {
# foreach k [dict keys $d] {
# dict set dict $k [dict get $d $k]
# }
# }
# return $dict
#}

View File

@@ -212,7 +212,7 @@ rsv method fix_hsvc {} {
if {$_hsvc eq ""} {
set _hsvc [get_channel_attr_bylcn $usLcn]
}
return $hsvc
set hsvc $_hsvc
}
rsv method insert {{table pending} {force 0}} {