* summary.c: summary screen is now updated using ajax instead of refreshing
[citadel.git] / webcit / floors.c
index 5d1ba0ce42278554ff4a5029107cd4ea93c3e838..7f63dfb056085a5db2e899b0dd2c530555f231bf 100644 (file)
@@ -24,7 +24,7 @@ void display_floorconfig(char *prepend_html)
        char floorname[SIZ];
        int refcount;
 
-        output_headers(1, 1, 2, 0, 0, 0, 0);
+        output_headers(1, 1, 2, 0, 0, 0);
         wprintf("<div id=\"banner\">\n"
                 "<TABLE WIDTH=100%% BORDER=0 BGCOLOR=\"#444455\"><TR><TD>"
                 "<SPAN CLASS=\"titlebar\">");