fix bad conflict resolution between ivan's and jeff's idea of how to use a different...
authorjeff <jeff>
Thu, 23 Sep 2010 21:27:36 +0000 (21:27 +0000)
committerjeff <jeff>
Thu, 23 Sep 2010 21:27:36 +0000 (21:27 +0000)
FS/FS/part_pkg.pm

index b267a62..85269c5 100644 (file)
@@ -823,7 +823,7 @@ argument.
 
 sub add_freq {
   my( $self, $date, $freq ) = @_;
-  $freq = $self->freq if !defined($freq);
+  $freq = $self->freq unless $freq;
 
   #change this bit to use Date::Manip? CAREFUL with timezones (see
   # mailing list archive)