]> code.citadel.org Git - citadel.git/blobdiff - webcit/webcit.c
* Eliminated an extra, unecessary call to begin_burst
[citadel.git] / webcit / webcit.c
index 17901935f7752b8c0e7066422af0ccfc71e6f03c..7b53d08acdba01fad08cb16507906ebe69b2a147 100644 (file)
@@ -158,11 +158,6 @@ void output_headers(       int do_httpheaders,     /* 1 = output HTTP headers
        if (do_htmlhead) {
                begin_burst();
                do_template("head", NULL);
-       }
-
-       /* ICONBAR */
-       if (do_htmlhead) {
-               begin_burst();
 
                /* check for ImportantMessages (these display in a div overlaying the main screen) */
                if (!IsEmptyStr(WC->ImportantMessage)) {