summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormark <mark>2011-12-01 05:30:16 +0000
committermark <mark>2011-12-01 05:30:16 +0000
commitd5c3419606e31d0eb66884b5e8a46f10aacdb1bb (patch)
tree4525e8ae0f0569a430f573e439d0ee5c926185c6
parentb57cbdae3927018370534aa0ea5492d13a1ded9b (diff)
typo
-rw-r--r--FS/FS/part_event/Condition/billday.pm1
1 files changed, 0 insertions, 1 deletions
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