forked from extern/egroupware
Strange parse errors on last line of edit_entry_handler.
I fixed a { } mis-match, but there might be other problems still.
This commit is contained in:
parent
9d6e89be9f
commit
6047cd27ae
@ -204,10 +204,9 @@ if (! $error) {
|
||||
|
||||
Header("Location: ".$phpgw->link("index.php","year=$year&month=$month&cd=14"));
|
||||
|
||||
?>
|
||||
|
||||
}
|
||||
$phpgw->common->phpgw_header();
|
||||
<BODY BGCOLOR="<?php echo $BGCOLOR; ?>">
|
||||
?>
|
||||
|
||||
<?php if (strlen($overlap)) { ?>
|
||||
<H2><FONT COLOR="<?php echo $H2COLOR;?>">Scheduling Conflict</H2></FONT>
|
||||
@ -231,4 +230,3 @@ $phpgw->common->phpgw_header();
|
||||
|
||||
$phpgw->db->unlock();
|
||||
$phpgw->common->phpgw_footer();
|
||||
?>
|
||||
|
Loading…
Reference in New Issue
Block a user