* Eliminated an extra, unecessary call to begin_burst
authorArt Cancro <ajc@citadel.org>
Wed, 7 Jan 2009 17:31:59 +0000 (17:31 +0000)
committerArt Cancro <ajc@citadel.org>
Wed, 7 Jan 2009 17:31:59 +0000 (17:31 +0000)
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)) {