* summary.c: summary screen is now updated using ajax instead of refreshing
[citadel.git] / webcit / sysmsgs.c
index d377a899a466630165161268e6a6439c3866c1db..b995327c724d242ff33cadabf24f4b51ef7514d0 100644 (file)
@@ -24,10 +24,10 @@ void display_edit(char *description, char *check_cmd,
                return;
        }
        if (with_room_banner) {
-               output_headers(1, 1, 1, 0, 0, 0, 0);
+               output_headers(1, 1, 1, 0, 0, 0);
        }
        else {
-               output_headers(1, 1, 0, 0, 0, 0, 0);
+               output_headers(1, 1, 0, 0, 0, 0);
        }
 
        svprintf("BOXTITLE", WCS_STRING, _("Edit %s"), description);