summaryrefslogtreecommitdiff
path: root/FS/FS/conf.pm
diff options
context:
space:
mode:
authorivan <ivan>2008-06-18 00:10:01 +0000
committerivan <ivan>2008-06-18 00:10:01 +0000
commit871c6f33d964d255e25c41937255383b4b12317a (patch)
treec0b8fa84fd82b84a83c641a05e540aa2a17ee794 /FS/FS/conf.pm
parent41d9ccc9b265168f2a6fdcf3533c6384b7d6dd58 (diff)
conf.pm doesn't actually need qsearch/qsearchs - hopefully this will solve the weird circular dependency issue (Record->Msgcat->Conf->conf->Record)
Diffstat (limited to 'FS/FS/conf.pm')
-rw-r--r--FS/FS/conf.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/conf.pm b/FS/FS/conf.pm
index 6126372..3faab14 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);