From 91803bbb49b1068166f3829d4beb6ffb4d608e30 Mon Sep 17 00:00:00 2001 From: mark Date: Thu, 1 Dec 2011 05:29:58 +0000 Subject: [PATCH] typo --- FS/FS/part_event/Condition/billday.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/FS/FS/part_event/Condition/billday.pm b/FS/FS/part_event/Condition/billday.pm index fa0c0a9a2..078166ddb 100644 --- a/FS/FS/part_event/Condition/billday.pm +++ b/FS/FS/part_event/Condition/billday.pm @@ -33,7 +33,6 @@ sub condition { 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 -- 2.11.0