From: Wilfried Goesgens Date: Sun, 13 Mar 2011 19:23:53 +0000 (+0100) Subject: * in knrooms we flush the cached floorlist, since the user wants the _current_ pictur... X-Git-Tag: v8.11~822 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=6183d89e37d04ae76099a16f0ea812c867adb719 * in knrooms we flush the cached floorlist, since the user wants the _current_ picture of read state. --- 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);