diff options
author | ivan <ivan> | 1998-11-10 07:45:25 +0000 |
---|---|---|
committer | ivan <ivan> | 1998-11-10 07:45:25 +0000 |
commit | 4f16a1997d44c4440bdf2f60d6a9dc4d1c7818c8 (patch) | |
tree | 0c022ba7b7c3a66e4ea156833b7276006949788d /site_perl | |
parent | 3fe0d21e75cc7f4d25f0df35c0c2723526007c22 (diff) |
doc clarification
Diffstat (limited to 'site_perl')
-rw-r--r-- | site_perl/Record.pm | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/site_perl/Record.pm b/site_perl/Record.pm index 10cc8da11..a90e76b1e 100644 --- a/site_perl/Record.pm +++ b/site_perl/Record.pm @@ -151,9 +151,9 @@ sub new { =item qsearch TABLE, HASHREF Searches the database for all records matching (at least) the key/value pairs -in HASHREF. Returns all the records found as objects blessed into -`FS::TABLE' if that module is loaded (i.e. via `use FS::cust_main;'), otherwise -returns an FS::Record object; +in HASHREF. Returns all the records found as `FS::TABLE' objects if that +module is loaded (i.e. via `use FS::cust_main;'), otherwise returns FS::Record +objects. =cut @@ -870,9 +870,8 @@ added pod documentation ivan@sisd.com 98-sep-6 ut_phonen got ''; at the end ivan@sisd.com 98-sep-27 $Log: Record.pm,v $ -Revision 1.3 1998-11-10 07:44:08 ivan -qsearch returns `FS::TABLE' objects if that module is loaded (i.e. via -`use FS::cust_main;') instead of always an FS::Record object +Revision 1.4 1998-11-10 07:45:25 ivan +doc clarification Revision 1.2 1998/11/07 05:17:18 ivan In sub new, Pg wrapper for money fields from dbdef (FS::Record::fields $table), |