From 6183d89e37d04ae76099a16f0ea812c867adb719 Mon Sep 17 00:00:00 2001 From: Wilfried Goesgens Date: Sun, 13 Mar 2011 20:23:53 +0100 Subject: [PATCH] * in knrooms we flush the cached floorlist, since the user wants the _current_ picture of read state. --- webcit/roomops.c | 1 + 1 file changed, 1 insertion(+) diff --git a/webcit/roomops.c b/webcit/roomops.c index 4c1a32d2f..5c076b0c9 100644 --- a/webcit/roomops.c +++ b/webcit/roomops.c @@ -1131,6 +1131,7 @@ void netedit(void) { */ void knrooms(void) { + DeleteHash(&WC->Rooms); output_headers(1, 1, 1, 0, 0, 0); do_template("knrooms", NULL); wDumpContent(1); -- 2.30.2