diff options
Diffstat (limited to 'FS/FS/access_user_pref.pm')
-rw-r--r-- | FS/FS/access_user_pref.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/access_user_pref.pm b/FS/FS/access_user_pref.pm index 31cd4b362..a445d3115 100644 --- a/FS/FS/access_user_pref.pm +++ b/FS/FS/access_user_pref.pm @@ -52,7 +52,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. |