mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-12 12:41:30 +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 $orgFileName original file name
|
||||||
* @param string $fileType
|
* @param string $fileType
|
||||||
* @param string $mimeType MimeType of the content
|
* @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
|
* @return bool/array false in case of an error or a result set
|
||||||
*/
|
*/
|
||||||
function replaceContent($version, $user, $tmpFile, $orgFileName, $fileType, $mimeType) { /* {{{ */
|
function replaceContent($version, $user, $tmpFile, $orgFileName, $fileType, $mimeType) { /* {{{ */
|
||||||
|
|
Loading…
Reference in New Issue
Block a user