--- db2gantt.cgi 2002/09/15 19:17:37 1.17 +++ db2gantt.cgi 2002/09/15 19:21:33 1.18 @@ -8,7 +8,7 @@ use CGI::Carp qw(fatalsToBrowser); use POSIX qw(strftime); -my $debug = 1; +my $debug = 0; my $width = 600; # width of bar my $height = 19; # height of bar @@ -221,7 +221,7 @@ where (start < '$from' and finish > '$from') or (start > '$from' and start < '$to') order by device,specification,start - " + "; my $sth = $dbh->prepare($sql) || die "sql: $sql ".$dbh->errstr;