[freeside-commits] freeside/FS/FS msgcat.pm,1.5,1.5.2.1
Ivan,,,
ivan at wavetail.420.am
Tue Jun 17 17:36:55 PDT 2008
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv6503
Modified Files:
Tag: FREESIDE_1_7_BRANCH
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.5.2.1
diff -u -d -r1.5 -r1.5.2.1
--- msgcat.pm 18 Feb 2006 02:11:44 -0000 1.5
+++ msgcat.pm 18 Jun 2008 00:36:52 -0000 1.5.2.1
@@ -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