[Mapbender-commits] r4951 - branches/2.6/http/classes
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Fri Nov 6 02:22:59 EST 2009
Author: christoph
Date: 2009-11-06 02:22:56 -0500 (Fri, 06 Nov 2009)
New Revision: 4951
Modified:
branches/2.6/http/classes/class_gml_factory.php
Log:
Modified: branches/2.6/http/classes/class_gml_factory.php
===================================================================
--- branches/2.6/http/classes/class_gml_factory.php 2009-11-05 16:22:59 UTC (rev 4950)
+++ branches/2.6/http/classes/class_gml_factory.php 2009-11-06 07:22:56 UTC (rev 4951)
@@ -31,7 +31,7 @@
public function removeWhiteSpace ($string) {
$str = preg_replace("/\>(\s)+\</", "><", trim($string));
- $str = preg_replace("/\\n/", "\\n", $str);
+// $str = preg_replace("/\\n/", "\\n", $str);
return $str;
}
More information about the Mapbender_commits
mailing list