X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Faccess_user_pref.pm;h=954eaa71ef5e01889031e6053a67ad5223806a91;hb=0b2e7bf798685d0d6eb2f7a950783207d686d744;hp=31cd4b3625b23264aad8240484b4945a021c3092;hpb=eb4ff7f73c5d4bdf74a3472448b5a195598ff4cd;p=freeside.git diff --git a/FS/FS/access_user_pref.pm b/FS/FS/access_user_pref.pm index 31cd4b362..954eaa71e 100644 --- a/FS/FS/access_user_pref.pm +++ b/FS/FS/access_user_pref.pm @@ -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 method.