From: ivan Date: Wed, 18 Jun 2008 00:36:51 +0000 (+0000) Subject: msgcat.pm doesn't actually need qsearch/qsearchs... hopefully this is the last of... X-Git-Tag: root_of_webpay_support~559 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=b96f6a512042fee7ecbaf54de5d92c0295d65a9d 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) --- diff --git a/FS/FS/msgcat.pm b/FS/FS/msgcat.pm index cbdc1d633..b512a813c 100644 --- a/FS/FS/msgcat.pm +++ b/FS/FS/msgcat.pm @@ -4,7 +4,7 @@ use strict; use vars qw( @ISA ); use Exporter; use FS::UID; -use FS::Record qw( qsearchs ); +use FS::Record; @ISA = qw(FS::Record);