summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2010-08-25 22:02:02 +0000
committerivan <ivan>2010-08-25 22:02:02 +0000
commit837bf36d5c126a10f0ceba381526fa35d0716b02 (patch)
treea9b4f5586fdca8773bdd294edd628bd274321d61
parentf925be63fe23addae25e74354b6827c80465d845 (diff)
slightly better description?
-rw-r--r--FS/FS/part_event/Condition/balance_age.pm2
-rw-r--r--FS/FS/part_event/Condition/once_every.pm2
2 files changed, 1 insertions, 3 deletions
diff --git a/FS/FS/part_event/Condition/balance_age.pm b/FS/FS/part_event/Condition/balance_age.pm
index fc3461210..84806596a 100644
--- a/FS/FS/part_event/Condition/balance_age.pm
+++ b/FS/FS/part_event/Condition/balance_age.pm
@@ -45,8 +45,6 @@ sub order_sql {
shift->condition_sql_option_age('age');
}
-use FS::UID qw( driver_name );
-
sub order_sql_weight {
10;
}
diff --git a/FS/FS/part_event/Condition/once_every.pm b/FS/FS/part_event/Condition/once_every.pm
index a0d9d6802..2921b3a22 100644
--- a/FS/FS/part_event/Condition/once_every.pm
+++ b/FS/FS/part_event/Condition/once_every.pm
@@ -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".