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.01~332 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;h=a98b7cfeb5709ea6217dfcc38ff6effcf207bbe0;p=citadel.git * 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 7be8e3a8f..d4631aeb7 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);