mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-12 00:45:34 +00:00
fixed wrong parameter description
This commit is contained in:
parent
072b1d2eb9
commit
d5629361da
|
@ -1665,7 +1665,7 @@ class SeedDMS_Core_Document extends SeedDMS_Core_Object { /* {{{ */
|
|||
* @param string $orgFileName original file name
|
||||
* @param string $fileType
|
||||
* @param string $mimeType MimeType of the content
|
||||
* @param integer $version version number of content or 0 if next higher version shall be used.
|
||||
* @param integer $version version number of content or 0 if latest version shall be replaced.
|
||||
* @return bool/array false in case of an error or a result set
|
||||
*/
|
||||
function replaceContent($version, $user, $tmpFile, $orgFileName, $fileType, $mimeType) { /* {{{ */
|
||||
|
|
Loading…
Reference in New Issue
Block a user