mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-11 17:44:56 +00:00
Merge branch 'seeddms-5.1.x' into seeddms-6.0.x
This commit is contained in:
commit
e5326430cb
|
@ -592,7 +592,7 @@ function insert_document($document) { /* {{{ */
|
|||
$document['attributes']['comment'],
|
||||
isset($document['attributes']['expires']) ? dateToTimestamp($document['attributes']['expires']) : 0,
|
||||
$owner,
|
||||
isset($document['attributes']['keywords']) ? $document['attributes']['keywords'] : 0,
|
||||
isset($document['attributes']['keywords']) ? $document['attributes']['keywords'] : '',
|
||||
$categories,
|
||||
$filename,
|
||||
$initversion['attributes']['orgfilename'],
|
||||
|
|
Loading…
Reference in New Issue
Block a user