[freeside-commits] branch FREESIDE_3_BRANCH updated. d1ce3a8b4d22409ac13c746478a4598f23763506

Ivan ivan at 420.am
Thu Jan 16 02:38:04 PST 2014


The branch, FREESIDE_3_BRANCH has been updated
       via  d1ce3a8b4d22409ac13c746478a4598f23763506 (commit)
      from  fc64d5ccf3b4e750edd6d489916c71377898cb48 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit d1ce3a8b4d22409ac13c746478a4598f23763506
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Thu Jan 16 02:38:02 2014 -0800

    quiet warning on upgrade

diff --git a/FS/FS/access_right.pm b/FS/FS/access_right.pm
index 4931c7f..d5ee968 100644
--- a/FS/FS/access_right.pm
+++ b/FS/FS/access_right.pm
@@ -5,6 +5,7 @@ use vars qw( @ISA );
 use Tie::IxHash;
 use FS::Record qw( qsearch qsearchs );
 use FS::upgrade_journal;
+use FS::access_group;
 
 @ISA = qw(FS::Record);
 

-----------------------------------------------------------------------

Summary of changes:
 FS/FS/access_right.pm |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)




More information about the freeside-commits mailing list