[freeside-commits] freeside/FS/FS msgcat.pm,1.5,1.6

Ivan,,, ivan at wavetail.420.am
Tue Jun 17 17:36:53 PDT 2008


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

Modified Files:
	msgcat.pm 
Log Message:
msgcat.pm doesn't actually need qsearch/qsearchs... hopefully this is the last of the weird dependency loops (this one is Record->Msgcat->msgcat->Record)

Index: msgcat.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/msgcat.pm,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- msgcat.pm	18 Feb 2006 02:11:44 -0000	1.5
+++ msgcat.pm	18 Jun 2008 00:36:51 -0000	1.6
@@ -4,7 +4,7 @@
 use vars qw( @ISA );
 use Exporter;
 use FS::UID;
-use FS::Record qw( qsearchs );
+use FS::Record;
 
 @ISA = qw(FS::Record);
 



More information about the freeside-commits mailing list