[Mapbender-commits] r3667 - branches/2.5/http/classes
    svn_mapbender at osgeo.org 
    svn_mapbender at osgeo.org
       
    Wed Mar 11 09:57:22 EDT 2009
    
    
  
Author: christoph
Date: 2009-03-11 09:57:21 -0400 (Wed, 11 Mar 2009)
New Revision: 3667
Modified:
   branches/2.5/http/classes/class_wms.php
Log:
Modified: branches/2.5/http/classes/class_wms.php
===================================================================
--- branches/2.5/http/classes/class_wms.php	2009-03-11 13:40:11 UTC (rev 3666)
+++ branches/2.5/http/classes/class_wms.php	2009-03-11 13:57:21 UTC (rev 3667)
@@ -1812,8 +1812,8 @@
 			while($row2 = db_fetch_array($res_wms)){
 				$this->wms_id = $row2["wms_id"];
 				$this->wms_version = $row2["wms_version"];
-				$this->wms_title = $this->stripEndlineAndCarriageReturn($row2["wms_title"]);
-				$this->wms_abstract = $this->stripEndlineAndCarriageReturn($row2["wms_abstract"]);
+				$this->wms_title = administration::convertIncomingString($this->stripEndlineAndCarriageReturn($row2["wms_title"]));
+				$this->wms_abstract = administration::convertIncomingString($this->stripEndlineAndCarriageReturn($row2["wms_abstract"]));
 				$wmsowsproxy = $row2["wms_owsproxy"];
 				#$wmsowsproxy = "test";
 				if($wmsowsproxy != ""){
    
    
More information about the Mapbender_commits
mailing list