From 837bf36d5c126a10f0ceba381526fa35d0716b02 Mon Sep 17 00:00:00 2001 From: ivan Date: Wed, 25 Aug 2010 22:02:02 +0000 Subject: [PATCH] slightly better description? --- FS/FS/part_event/Condition/balance_age.pm | 2 -- FS/FS/part_event/Condition/once_every.pm | 2 +- 2 files changed, 1 insertion(+), 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". -- 2.20.1