[Mapbender-commits] r1998 - branches/2.5/http/classes
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Mon Jan 21 03:36:05 EST 2008
Author: christoph
Date: 2008-01-21 03:36:05 -0500 (Mon, 21 Jan 2008)
New Revision: 1998
Modified:
branches/2.5/http/classes/class_wmc.php
Log:
removed mb_execloadWmcSubFunctions(), not needed
Modified: branches/2.5/http/classes/class_wmc.php
===================================================================
--- branches/2.5/http/classes/class_wmc.php 2008-01-21 08:34:51 UTC (rev 1997)
+++ branches/2.5/http/classes/class_wmc.php 2008-01-21 08:36:05 UTC (rev 1998)
@@ -1365,7 +1365,6 @@
$wmc_string .= "\t". $target . "setMapRequest(old_mapObj[i].frameName);\n";
$wmc_string .= "}\n";
$wmc_string .= $target . "mb_execloadWmsSubFunctions();\n";
- $wmc_string .= $target . "mb_execloadWmcSubFunctions();\n";
}
// $e = new mb_exception("js code: " . $wmc_string);
return $wmc_string;
More information about the Mapbender_commits
mailing list