[freeside-commits] freeside/FS/FS/part_event/Condition billday.pm, 1.3.2.1, 1.3.2.2
Mark Wells
mark at wavetail.420.am
Wed Nov 30 21:30:00 PST 2011
Update of /home/cvs/cvsroot/freeside/FS/FS/part_event/Condition
In directory wavetail.420.am:/tmp/cvs-serv6115/FS/FS/part_event/Condition
Modified Files:
Tag: FREESIDE_2_3_BRANCH
billday.pm
Log Message:
typo
Index: billday.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/part_event/Condition/billday.pm,v
retrieving revision 1.3.2.1
retrieving revision 1.3.2.2
diff -u -w -d -r1.3.2.1 -r1.3.2.2
--- billday.pm 1 Dec 2011 05:28:04 -0000 1.3.2.1
+++ billday.pm 1 Dec 2011 05:29:58 -0000 1.3.2.2
@@ -33,7 +33,6 @@
sub condition_sql {
my( $class, $table, %opt ) = @_;
- # ick
my $delay = $class->condition_sql_option_integer('delay',
$opt{'driver_name'}); # returns 0 for null
my $as_of = $opt{'time'} . " - ($delay * 86400)"; # in seconds
More information about the freeside-commits
mailing list