Reworked the summary page to flow through the main header/footer logic. NOTE: you...
[citadel.git] / webcit / event.c
index 756a8a250dcd7b2617974c138a85fdb67ba83f1b..8bb658e8c1a8b4714eb0e0d62649ea0011ea2236 100644 (file)
@@ -1213,7 +1213,7 @@ STARTOVER:        for (attendee = icalcomponent_get_first_property(vevent, ICAL_ATTENDE
        /* If this was a save or delete, go back to the calendar or summary view. */
        if (!havebstr("check_button")) {
                if (!strcasecmp(bstr("calview"), "summary")) {
-                       do_template("summary_page");
+                       display_summary_page();
                }
                else {
                        readloop(readfwd, eUseDefault);