typo
authormark <mark>
Thu, 1 Dec 2011 05:29:58 +0000 (05:29 +0000)
committermark <mark>
Thu, 1 Dec 2011 05:29:58 +0000 (05:29 +0000)
FS/FS/part_event/Condition/billday.pm

index fa0c0a9..078166d 100644 (file)
@@ -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