[Mapbender-commits] r2581 - trunk/mapbender/http/classes
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Wed Jul 2 11:34:22 EDT 2008
Author: christoph
Date: 2008-07-02 11:34:21 -0400 (Wed, 02 Jul 2008)
New Revision: 2581
Modified:
trunk/mapbender/http/classes/class_wms.php
Log:
bug fix
Modified: trunk/mapbender/http/classes/class_wms.php
===================================================================
--- trunk/mapbender/http/classes/class_wms.php 2008-07-02 12:24:58 UTC (rev 2580)
+++ trunk/mapbender/http/classes/class_wms.php 2008-07-02 15:34:21 UTC (rev 2581)
@@ -822,7 +822,7 @@
return preg_replace("/\n/", "", preg_replace("/\r/", " ", $string));
}
function createJsObjFromWMS($parent=0){
- echo $this->createJsObjFromWMS_();
+ echo $this->createJsObjFromWMS_($parent);
}
More information about the Mapbender_commits
mailing list