fix documentation of getDocumentFiles()

This commit is contained in:
Uwe Steinmann 2021-09-24 10:12:51 +02:00
parent 7a606ca1fb
commit efa85c70a0

View File

@ -2286,7 +2286,8 @@ class SeedDMS_Core_Document extends SeedDMS_Core_Object { /* {{{ */
* Get list of files attached to document
*
* @param integer $version get only attachments for this version
*@param boolean $incnoversion include attachments without a version
* @param boolean $incnoversion include attachments without a version
*
* @return array list of files, false in case of an sql error
*/
function getDocumentFiles($version=0, $incnoversion=true) { /* {{{ */