famous last mysql bug
authorivan <ivan>
Mon, 29 Oct 2007 12:03:36 +0000 (12:03 +0000)
committerivan <ivan>
Mon, 29 Oct 2007 12:03:36 +0000 (12:03 +0000)
httemplate/search/report_receivables.cgi

index 90221f6..a944c6e 100755 (executable)
@@ -92,7 +92,7 @@ sub owed {
 
   #handle start and end ranges
 
-  my $str2time = str2time;
+  my $str2time = str2time_sql;
 
   #24h * 60m * 60s
   push @where, "cust_bill._date <= $str2time now() ) - ". ($start * 86400)