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

@ -2285,8 +2285,9 @@ 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 integer $version get only attachments for this 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) { /* {{{ */