From: ivan Date: Wed, 18 Jun 2008 00:10:01 +0000 (+0000) Subject: conf.pm doesn't actually need qsearch/qsearchs - hopefully this will solve the weird... X-Git-Tag: root_of_webpay_support~561 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=871c6f33d964d255e25c41937255383b4b12317a conf.pm doesn't actually need qsearch/qsearchs - hopefully this will solve the weird circular dependency issue (Record->Msgcat->Conf->conf->Record) --- diff --git a/FS/FS/conf.pm b/FS/FS/conf.pm index 6126372cc..3faab1470 100644 --- a/FS/FS/conf.pm +++ b/FS/FS/conf.pm @@ -2,7 +2,7 @@ package FS::conf; use strict; use vars qw( @ISA ); -use FS::Record qw( qsearch qsearchs ); +use FS::Record; @ISA = qw(FS::Record);