* summary.c: summary screen is now updated using ajax instead of refreshing
[citadel.git] / webcit / iconbar.c
index bd1e4ac0ed8d187c46801d909be27fb228e82270..0df8c349d3830371b6b964df6bc4cb58028049db 100644 (file)
@@ -352,7 +352,7 @@ void display_customize_iconbar(void) {
                if (!strcasecmp(key, "ib_citadel")) ib_citadel = atoi(value);
        }
 
-       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\">");
@@ -634,7 +634,7 @@ void commit_iconbar(void) {
 
        set_preference("iconbar", iconbar, 1);
 
-       output_headers(1, 1, 0, 0, 0, 0, 0);
+       output_headers(1, 1, 0, 0, 0, 0);
        wprintf(
                "<center><table border=1 bgcolor=\"#ffffff\"><tr><td>"
                "<IMG SRC=\"/static/advanpage2_48x.gif\">"