[freeside-commits] freeside/FS/FS conf.pm,1.1,1.2
Ivan,,,
ivan at wavetail.420.am
Tue Jun 17 17:10:03 PDT 2008
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv5960
Modified Files:
conf.pm
Log Message:
conf.pm doesn't actually need qsearch/qsearchs - hopefully this will solve the weird circular dependency issue (Record->Msgcat->Conf->conf->Record)
Index: conf.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/conf.pm,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- conf.pm 27 Feb 2007 01:48:06 -0000 1.1
+++ conf.pm 18 Jun 2008 00:10:01 -0000 1.2
@@ -2,7 +2,7 @@
use strict;
use vars qw( @ISA );
-use FS::Record qw( qsearch qsearchs );
+use FS::Record;
@ISA = qw(FS::Record);
More information about the freeside-commits
mailing list