]> code.citadel.org Git - citadel.git/blobdiff - webcit/tasks.c
Reworked the summary page to flow through the main header/footer logic. NOTE: you...
[citadel.git] / webcit / tasks.c
index adf758378e08cd549c26993ec61d1ba1be3770f6..79c8ec851c84f4f08bf09a057018a1e2ddac9f5d 100644 (file)
@@ -570,7 +570,7 @@ void save_individual_task(icalcomponent *supplied_vtodo, long msgnum, char* from
 
        /* Go back to wherever we came from */
        if (ibstr("return_to_summary") == 1) {
-               do_template("summary_page");
+               display_summary_page();
        }
        else {
                readloop(readfwd, eUseDefault);