* summary.c: summary screen is now updated using ajax instead of refreshing
[citadel.git] / webcit / userlist.c
index 788c6c93bad31e448bdf51b467218aadc569313c..ecea95ff0ffb3306ab4c807a9158502ef97241d5 100644 (file)
@@ -36,7 +36,7 @@ void userlist(void)
                        strcpy(bptr->name, buf);
                        bio = bptr;
                }
-       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\">");
@@ -110,7 +110,7 @@ void showuser(void)
 
        strcpy(who, bstr("who"));
 
-       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><IMG SRC=\"/static/usermanag_48x.gif\"></TD>"