Merge branch 'seeddms-5.1.x' into seeddms-6.0.x

This commit is contained in:
Uwe Steinmann 2017-03-06 11:42:56 +01:00
commit e5326430cb

View File

@ -592,7 +592,7 @@ function insert_document($document) { /* {{{ */
$document['attributes']['comment'], $document['attributes']['comment'],
isset($document['attributes']['expires']) ? dateToTimestamp($document['attributes']['expires']) : 0, isset($document['attributes']['expires']) ? dateToTimestamp($document['attributes']['expires']) : 0,
$owner, $owner,
isset($document['attributes']['keywords']) ? $document['attributes']['keywords'] : 0, isset($document['attributes']['keywords']) ? $document['attributes']['keywords'] : '',
$categories, $categories,
$filename, $filename,
$initversion['attributes']['orgfilename'], $initversion['attributes']['orgfilename'],