summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2007-10-29 12:03:06 +0000
committerivan <ivan>2007-10-29 12:03:06 +0000
commitcef858577f15128880dacbc944f20aa3142919ec (patch)
tree0ecf84286d83fe6b3c3ccf0f7038966b2f4ca19a
parenteaad412e5e8b33958f7331ae4449786fb567230e (diff)
famous last mysql bug
-rwxr-xr-xhttemplate/search/report_receivables.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/search/report_receivables.cgi b/httemplate/search/report_receivables.cgi
index e68eb8229..b4d41dda8 100755
--- a/httemplate/search/report_receivables.cgi
+++ b/httemplate/search/report_receivables.cgi
@@ -82,7 +82,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)