From: Metabox Date: Fri, 28 Jun 2019 12:05:08 +0000 (+1000) Subject: date sel. fix. X-Git-Url: https://lifelog.hopto.org/gitweb/?a=commitdiff_plain;h=5043a4a2cc6d88dd6ae997a10b8c5b0304736001;p=LifeLog.git date sel. fix. --- diff --git a/htdocs/cgi-bin/main.cgi b/htdocs/cgi-bin/main.cgi index 01c8992..52351ba 100755 --- a/htdocs/cgi-bin/main.cgi +++ b/htdocs/cgi-bin/main.cgi @@ -83,7 +83,7 @@ if ( !$rs_dat_to ) { } if ( $rs_dat_from && $rs_dat_to ) { - $stmD =qq(" DATE BETWEEN date('$rs_dat_from') AND date('$rs_dat_to') "); + $stmD =qq( DATE BETWEEN date('$rs_dat_from') AND date('$rs_dat_to') ); } my $toggle = ""; @@ -269,7 +269,7 @@ else { ############### # # Uncomment bellow to see main query statement issued! -# print $cgi->pre("### -> ".$stmt); +#print $cgi->pre("### -> ".$stmt); # my $tfId = 0; my $id = 0;