diff --git a/utils/xmlimport.php b/utils/xmlimport.php index d124bb78e..29aed81a9 100644 --- a/utils/xmlimport.php +++ b/utils/xmlimport.php @@ -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'],