mirror of
				https://git.code.sf.net/p/seeddms/code
				synced 2025-10-30 20:51:22 +00:00 
			
		
		
		
	wrap more fields with CData
This commit is contained in:
		
							parent
							
								
									df2d5f0407
								
							
						
					
					
						commit
						adf318abec
					
				|  | @ -276,7 +276,7 @@ function tree($folder, $parent=null, $indent='', $skipcurrent=false) { /* {{{ */ | |||
| 			if($attributes = $document->getAttributes()) { | ||||
| 				foreach($attributes as $attribute) { | ||||
| 					$attrdef = $attribute->getAttributeDefinition(); | ||||
| 					echo $indent." <attr type=\"user\" attrdef=\"".$attrdef->getID()."\">".$attribute->getValue()."</attr>\n"; | ||||
| 					echo $indent." <attr type=\"user\" attrdef=\"".$attrdef->getID()."\">".wrapWithCData($attribute->getValue())."</attr>\n"; | ||||
| 				} | ||||
| 			} | ||||
| 
 | ||||
|  | @ -332,7 +332,7 @@ function tree($folder, $parent=null, $indent='', $skipcurrent=false) { /* {{{ */ | |||
| 					if($attributes = $version->getAttributes()) { | ||||
| 						foreach($attributes as $attribute) { | ||||
| 							$attrdef = $attribute->getAttributeDefinition(); | ||||
| 							echo $indent."   <attr type=\"user\" attrdef=\"".$attrdef->getID()."\">".$attribute->getValue()."</attr>\n"; | ||||
| 							echo $indent."   <attr type=\"user\" attrdef=\"".$attrdef->getID()."\">".wrapWithCData($attribute->getValue())."</attr>\n"; | ||||
| 						} | ||||
| 					} | ||||
| 					if($statuslog = $version->getStatusLog()) { | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Uwe Steinmann
						Uwe Steinmann