mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-10 16:08:34 +01:00
clear parse_navbar_end() error
This commit is contained in:
parent
bcc5246ac6
commit
f250ed0540
@ -102,6 +102,7 @@
|
|||||||
|
|
||||||
if($datetime_check) {
|
if($datetime_check) {
|
||||||
Header("Location: ".$phpgw->link("edit_entry.php","readsess=".$cal_info->id."&cd=".$datetime_check));
|
Header("Location: ".$phpgw->link("edit_entry.php","readsess=".$cal_info->id."&cd=".$datetime_check));
|
||||||
|
$phpgw->common->phpgw_exit();
|
||||||
} elseif($overlapping_events) {
|
} elseif($overlapping_events) {
|
||||||
$phpgw->common->phpgw_header();
|
$phpgw->common->phpgw_header();
|
||||||
echo parse_navbar();
|
echo parse_navbar();
|
||||||
|
Loading…
Reference in New Issue
Block a user