Possible fix for double parse_footer when creating new events.

This commit is contained in:
skeeter 2001-11-22 03:51:02 +00:00
parent 592f7ca4f1
commit 2489290aea

View File

@ -772,7 +772,7 @@
if($send_to_ui)
{
Execmethod('calendar.uicalendar.index');
$GLOBALS['phpgw']->common->phpgw_exit();
// $GLOBALS['phpgw']->common->phpgw_exit();
}
}
}