From: Nathan Haug Date: Wed, 27 Apr 2011 20:03:25 +0000 (-0600) Subject: Issue #1088568 by Désiré: Docomentation mistake on X-Git-Tag: 6.x-3.10~10 X-Git-Url: http://drupalcode.org/project/filefield.git/commitdiff_plain/6b703b0154fa34f1449515649d76e3ba6685999c Issue #1088568 by Désiré: Docomentation mistake on filefield_get_node_files. --- diff --git a/filefield.module b/filefield.module index d697d53..d565e21 100644 --- a/filefield.module +++ b/filefield.module @@ -1058,9 +1058,9 @@ function filefield_get_file_references($file, $field = NULL) { /** * Get all FileField files connected to a node ID. * - * @param $nid + * @param $node * The node object. - * @param $field_name + * @param $field * Optional. The CCK field array or field name as a string. * @return * An array of all files attached to that field (or all fields).