X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fdomain_record.pm;h=6513abf2527c61c514947f4902bdcfbbd0ded255;hb=70569273833d91085c6c562865a78a08ddde49a1;hp=3c65a1a05dd5543852fe5c7f6b7f239e8f618c27;hpb=4750962f384c8061f4b5c78201a449b1f41c56c7;p=freeside.git diff --git a/FS/FS/domain_record.pm b/FS/FS/domain_record.pm index 3c65a1a05..6513abf25 100644 --- a/FS/FS/domain_record.pm +++ b/FS/FS/domain_record.pm @@ -59,7 +59,7 @@ supported: =item new HASHREF -Creates a new entry. To add the example to the database, see L<"insert">. +Creates a new entry. To add the entry 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. @@ -229,7 +229,7 @@ sub replace { =item check -Checks all fields to make sure this is a valid example. If there is +Checks all fields to make sure this is a valid entry. If there is an error, returns the error, otherwise returns false. Called by the insert and replace methods.