conf.pm doesn't actually need qsearch/qsearchs - hopefully this will solve the weird...
authorivan <ivan>
Wed, 18 Jun 2008 00:10:01 +0000 (00:10 +0000)
committerivan <ivan>
Wed, 18 Jun 2008 00:10:01 +0000 (00:10 +0000)
FS/FS/conf.pm

index 6126372..3faab14 100644 (file)
@@ -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);