summaryrefslogtreecommitdiff
path: root/FS/FS/Record.pm
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2014-12-30 19:20:08 -0800
committerIvan Kohler <ivan@freeside.biz>2014-12-30 19:20:08 -0800
commit46ba9270a226ef01d0c29635373aef09ae42d372 (patch)
tree3390c194da03f0410d6df857e5921bf5d8feff4a /FS/FS/Record.pm
parent495dfb1c34659d1b557bd619bb213a193b410a33 (diff)
parentf041c3f6e17bdacf8ad6b0da87342ef84e7db404 (diff)
Merge branch 'master' of git.freeside.biz:/home/git/freeside
Diffstat (limited to 'FS/FS/Record.pm')
-rw-r--r--FS/FS/Record.pm10
1 files changed, 5 insertions, 5 deletions
diff --git a/FS/FS/Record.pm b/FS/FS/Record.pm
index 43b9ca1..765880e 100644
--- a/FS/FS/Record.pm
+++ b/FS/FS/Record.pm
@@ -1711,7 +1711,7 @@ Table name (required).
=item params
-Listref of field names for static fields. They will be given values from the
+Arrayref of field names for static fields. They will be given values from the
PARAMS hashref and passed as a "params" hashref to batch_import.
=item formats
@@ -1760,10 +1760,10 @@ format_types).
=back
-PARAMS is a base64-encoded Storable string containing the POSTed data as
-a hash ref. It normally contains at least one field, "uploaded files",
-generated by /elements/file-upload.html and containing the list of uploaded
-files. Currently only supports a single file named "file".
+PARAMS is a hashref (or base64-encoded Storable hashref) containing the
+POSTed data. It must contain the field "uploaded files", generated by
+/elements/file-upload.html and containing the list of uploaded files.
+Currently only supports a single file named "file".
=cut