* summary.c: summary screen is now updated using ajax instead of refreshing
[citadel.git] / webcit / event.c
index dfd3478d4b9f9542d17fc119305d48ac19b89de2..3fe8a01af39db991c2a97dd603a44510a104f4fd 100644 (file)
@@ -65,7 +65,7 @@ void display_edit_individual_event(icalcomponent *supplied_vevent, long msgnum)
        }
 
        /* Begin output */
-       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\">");