fix documentation for rewriteRevisionLog()

This commit is contained in:
Uwe Steinmann 2019-11-28 09:15:26 +01:00
parent d82b59f173
commit 2ec6534079

View File

@ -4272,7 +4272,7 @@ class SeedDMS_Core_DocumentContent extends SeedDMS_Core_Object { /* {{{ */
* This method was added for importing an xml dump.
*
* @param array $revisionlog new status log with the newest log entry first.
* @return boolean true on success, otherwise false
* @return boolean 0 on success, otherwise a negativ error number
*/
function rewriteRevisionLog($revisions) { /* {{{ */
$db = $this->_document->_dms->getDB();