From 4b3efc2e7241fb9cff36e74b275d6513938fd08d Mon Sep 17 00:00:00 2001 From: HummyPkg Date: Tue, 16 Jun 2020 10:52:14 +0100 Subject: [PATCH] Fix missing continuation --- CONTROL/control | 2 +- webif/lib/rsv.class | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTROL/control b/CONTROL/control index a4e847f9..3ed5c1a6 100644 --- a/CONTROL/control +++ b/CONTROL/control @@ -1,7 +1,7 @@ Package: webif Priority: optional Section: web -Version: 1.4.8-7 +Version: 1.4.8-8 Architecture: mipsel Maintainer: af123@hpkg.tv Depends: tcpfix,webif-channelicons(>=1.1.27),lighttpd(>=1.4.39-1),jim(>=0.79),jim-pack(>=0.79),jim-oo(>=0.77),jim-sqlite3(>=0.77),jim-cgi(>=0.7-2),jim-binary(>=0.76),service-control(>=2.3),busybox(>=1.20.2-1),lsof(>=4.87),epg(>=1.2.8),hmt(>=2.0.10),ssmtp,cron-daemon(>=1.18.3-3),at(>=3.1.18),anacron,trm(>=1.1),openssl-command,nicesplice,id3v2,file,rsvsync(>=1.1.13),webif-charts(>=1.2-1),stripts(>=1.4.2),tmenu(>=1.21-2),ffmpeg(>=2.8),id3v2,multienv(>=1.6),tcpping(>=1.1),e2fsprogs,wireless-tools(>=29-1),dbupdate,recmon(>=2.0.7),hwctl,nugget(>=0.98),sqlite3(>=3.15.1),jim-xconv,zip(>=3.0-1),wget diff --git a/webif/lib/rsv.class b/webif/lib/rsv.class index 23f14866..77ec7bdb 100644 --- a/webif/lib/rsv.class +++ b/webif/lib/rsv.class @@ -360,7 +360,7 @@ rsv method update_aul {new_event old_aul} { set end [$new_event end] set evtid [$new_event get event_id] set evtaul [list $service_id $start $end $evtid] - set evtcrid [string toupper + set evtcrid [string toupper \ "1[$new_event get channel_crid][$new_event get event_crid]"] set insert 0 }