X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fsysmsgs.c;h=b995327c724d242ff33cadabf24f4b51ef7514d0;hb=523c1b0f7a3002c6aaa3eb833b55eb0cf07674ff;hp=d377a899a466630165161268e6a6439c3866c1db;hpb=0f38bf6aaa60e1c1cd9f57cf076fb98deba5e7ca;p=citadel.git diff --git a/webcit/sysmsgs.c b/webcit/sysmsgs.c index d377a899a..b995327c7 100644 --- a/webcit/sysmsgs.c +++ b/webcit/sysmsgs.c @@ -24,10 +24,10 @@ void display_edit(char *description, char *check_cmd, return; } if (with_room_banner) { - output_headers(1, 1, 1, 0, 0, 0, 0); + output_headers(1, 1, 1, 0, 0, 0); } else { - output_headers(1, 1, 0, 0, 0, 0, 0); + output_headers(1, 1, 0, 0, 0, 0); } svprintf("BOXTITLE", WCS_STRING, _("Edit %s"), description);