* in knrooms we flush the cached floorlist, since the user wants the _current_ pictur...
authorWilfried Goesgens <dothebart@citadel.org>
Sun, 13 Mar 2011 19:23:53 +0000 (20:23 +0100)
committerWilfried Goesgens <dothebart@citadel.org>
Sun, 13 Mar 2011 19:23:53 +0000 (20:23 +0100)
webcit/roomops.c

index 7be8e3a8f4b3b368e71e226fd86f40a743c978eb..d4631aeb7ca4236d26d4063702bcf7a2849364b0 100644 (file)
@@ -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);