* summary.c: summary screen is now updated using ajax instead of refreshing
[citadel.git] / webcit / graphics.c
index 5a0fa4e55b2b25694e0a9565c04ce0da3fe323e9..99173463a8a03db1f9009522da21181fcdb9d756 100644 (file)
@@ -17,9 +17,9 @@ void display_graphics_upload(char *description, char *check_cmd, char *uplurl)
                display_main_menu();
                return;
        }
-       output_headers(1, 1, 0, 0, 0, 0, 0);
+       output_headers(1, 1, 0, 0, 0, 0);
 
-       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\">");