[fusion-commits] r1428 - branches/fusion-1.0/MapGuide/php
svn_fusion at osgeo.org
svn_fusion at osgeo.org
Thu Jun 26 15:48:40 EDT 2008
Author: pagameba
Date: 2008-06-26 15:48:40 -0400 (Thu, 26 Jun 2008)
New Revision: 1428
Modified:
branches/fusion-1.0/MapGuide/php/Utilities.php
Log:
Re #83: merge bugfix into 1.0 branch
Modified: branches/fusion-1.0/MapGuide/php/Utilities.php
===================================================================
--- branches/fusion-1.0/MapGuide/php/Utilities.php 2008-06-26 19:44:53 UTC (rev 1427)
+++ branches/fusion-1.0/MapGuide/php/Utilities.php 2008-06-26 19:48:40 UTC (rev 1428)
@@ -868,7 +868,7 @@
$value = GetPropertyValueFromFeatReader($featureReader,
$properties->$layerName->propertytypes[$j],
$propname);
- $value = htmlentities($value);
+ $value = htmlentities($value, ENT_COMPAT, 'UTF-8');
$value = addslashes($value);
$value = preg_replace( "/\r?\n/", "<br>", $value );
array_push($properties->$layerName->values[$properties->$layerName->numelements], $value);
More information about the fusion-commits
mailing list