slightly better description?
authorivan <ivan>
Wed, 25 Aug 2010 22:02:02 +0000 (22:02 +0000)
committerivan <ivan>
Wed, 25 Aug 2010 22:02:02 +0000 (22:02 +0000)
FS/FS/part_event/Condition/balance_age.pm
FS/FS/part_event/Condition/once_every.pm

index fc34612..8480659 100644 (file)
@@ -45,8 +45,6 @@ sub order_sql {
   shift->condition_sql_option_age('age');
 }
 
-use FS::UID qw( driver_name );
-
 sub order_sql_weight {
   10;
 }
index a0d9d68..2921b3a 100644 (file)
@@ -7,7 +7,7 @@ use FS::cust_event;
 
 use base qw( FS::part_event::Condition );
 
-sub description { "Don't run this event more than once in interval"; }
+sub description { "Don't run this event more than once in the specified interval"; }
 
 # Runs the event at most "once every X".