[freeside-commits] freeside/FS/FS/part_event/Condition balance_age.pm, 1.4, 1.5 once_every.pm, 1.1, 1.2

Ivan,,, ivan at wavetail.420.am
Wed Aug 25 15:02:04 PDT 2010


Update of /home/cvs/cvsroot/freeside/FS/FS/part_event/Condition
In directory wavetail.420.am:/tmp/cvs-serv29011

Modified Files:
	balance_age.pm once_every.pm 
Log Message:
slightly better description?

Index: balance_age.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/part_event/Condition/balance_age.pm,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -w -d -r1.4 -r1.5
--- balance_age.pm	30 Mar 2010 02:04:01 -0000	1.4
+++ balance_age.pm	25 Aug 2010 22:02:02 -0000	1.5
@@ -45,8 +45,6 @@
   shift->condition_sql_option_age('age');
 }
 
-use FS::UID qw( driver_name );
-
 sub order_sql_weight {
   10;
 }

Index: once_every.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/part_event/Condition/once_every.pm,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -w -d -r1.1 -r1.2
--- once_every.pm	21 Aug 2010 00:17:26 -0000	1.1
+++ once_every.pm	25 Aug 2010 22:02:02 -0000	1.2
@@ -7,7 +7,7 @@
 
 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".
 



More information about the freeside-commits mailing list