From 08f454c366425823606ea2f566d336b67af31996 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Wilfried=20G=C3=B6esgens?= Date: Sun, 29 Aug 2010 16:56:42 +0000 Subject: [PATCH] * remove WCVIEW, we have COND:THISROOM:CURR_VIEW; TODO: is the usage in roombanner realy what we wanted here? --- webcit/messages.c | 1 - webcit/static/t/roombanner.html | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/webcit/messages.c b/webcit/messages.c index c190e0ff8..dd739fc56 100644 --- a/webcit/messages.c +++ b/webcit/messages.c @@ -813,7 +813,6 @@ void readloop(long oper, eCustomRoomRenderer ForceRenderer) /* Put some helpful data in vars for mailsummary_json */ svputlong("READLOOP:TOTALMSGS", Stat.nummsgs); svputlong("READLOOP:STARTMSG", Stat.startmsg); - svputlong("WCVIEW", WCC->CurRoom.view); /* * iterate over each message. if we need to load an attachment, do it here. diff --git a/webcit/static/t/roombanner.html b/webcit/static/t/roombanner.html index c7963fec1..8e083d327 100644 --- a/webcit/static/t/roombanner.html +++ b/webcit/static/t/roombanner.html @@ -18,7 +18,7 @@
  • - + -- 2.30.2