mirror of
				https://git.code.sf.net/p/seeddms/code
				synced 2025-10-30 20:51:22 +00:00 
			
		
		
		
	set keywords to '' if not set in xml file
This commit is contained in:
		
							parent
							
								
									fc7cd1c944
								
							
						
					
					
						commit
						62eb18f6a3
					
				|  | @ -507,7 +507,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
	 Uwe Steinmann
						Uwe Steinmann