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:
sjb4891 2000-10-09 19:09:44 +00:00
parent 9d6e89be9f
commit 6047cd27ae

View File

@ -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();
?>