[geeklog-devel] Calendar bug

Dirk Haun dirk at haun-online.de
Fri Dec 21 08:00:56 EST 2007


Mark R. Evans wrote:

>I believe that $display .= COM_siteFooter(); needs to go after the end of
>the switch.

Nope. Several of the other cases already have a COM_siteFooter() call
(and would have two then) and some of the others are returning redirects
where the COM_siteFooter() is not needed.

So I think it should only be added for the 'addentry' case:

case 'addentry':
    $display .= plugin_submit_calendar($mode);
    $display .= COM_siteFooter();
    break;

bye, Dirk


-- 
http://www.haun-online.de/
http://spam.tinyweb.net/




More information about the geeklog-devel mailing list