[freeside-commits] freeside/httemplate/search report_receivables.cgi, 1.36.2.1, 1.36.2.2

Ivan,,, ivan at wavetail.420.am
Mon Oct 29 05:03:38 PDT 2007


Update of /home/cvs/cvsroot/freeside/httemplate/search
In directory wavetail:/tmp/cvs-serv26811

Modified Files:
      Tag: FREESIDE_1_7_BRANCH
	report_receivables.cgi 
Log Message:
famous last mysql bug

Index: report_receivables.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/search/report_receivables.cgi,v
retrieving revision 1.36.2.1
retrieving revision 1.36.2.2
diff -u -d -r1.36.2.1 -r1.36.2.2
--- report_receivables.cgi	28 Oct 2007 03:55:28 -0000	1.36.2.1
+++ report_receivables.cgi	29 Oct 2007 12:03:36 -0000	1.36.2.2
@@ -92,7 +92,7 @@
 
   #handle start and end ranges
 
-  my $str2time = str2time;
+  my $str2time = str2time_sql;
 
   #24h * 60m * 60s
   push @where, "cust_bill._date <= $str2time now() ) - ". ($start * 86400)



More information about the freeside-commits mailing list