* summary.c: summary screen is now updated using ajax instead of refreshing
[citadel.git] / webcit / useredit.c
index 604dbf24b956794c4dac3d8d3b6c593159bad3c9..b0ccd1a2aad1e4102b538e1ff1f79a099de579c0 100644 (file)
@@ -15,7 +15,7 @@ void select_user_to_edit(char *message, char *preselect)
        char buf[SIZ];
        char username[SIZ];
 
-       output_headers(1, 1, 2, 0, 1, 0, 0);
+       output_headers(1, 1, 2, 0, 0, 0);
        wprintf("<div id=\"banner\">\n");
        wprintf("<table width=100%% border=0 bgcolor=#444455><tr>"
                "<td>"
@@ -261,7 +261,7 @@ void display_edituser(char *supplied_username, int is_new) {
                return;
        }
 
-       output_headers(1, 1, 2, 0, 0, 0, 0);
+       output_headers(1, 1, 2, 0, 0, 0);
        wprintf("<div id=\"banner\">\n");
        wprintf("<TABLE WIDTH=100%% BORDER=0 BGCOLOR=\"#444455\"><TR><TD>");
        wprintf("<SPAN CLASS=\"titlebar\">");