enable CardFortress in test database, #71513
[freeside.git] / FS / FS / access_user_pref.pm
index 31cd4b3..954eaa7 100644 (file)
@@ -1,10 +1,7 @@
 package FS::access_user_pref;
+use base qw(FS::Record);
 
 use strict;
-use vars qw( @ISA );
-use FS::Record qw( qsearch qsearchs );
-
-@ISA = qw(FS::Record);
 
 =head1 NAME
 
@@ -52,7 +49,7 @@ currently supported:
 
 =item new HASHREF
 
-Creates a new preference.  To add the example to the database, see L<"insert">.
+Creates a new preference.  To add the preference to the database, see L<"insert">.
 
 Note that this stores the hash reference, not a distinct copy of the hash it
 points to.  You can ask the object for a copy with the I<hash> method.