mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-06 15:14:58 +00:00
Merge branch 'seeddms-4.3.x' into seeddms-5.0.x
This commit is contained in:
commit
1f751f3a86
|
@ -526,7 +526,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