[Mapbender-commits] r5425 - branches/2.6/http/php
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Mon Jan 25 04:40:14 EST 2010
Author: christoph
Date: 2010-01-25 04:40:14 -0500 (Mon, 25 Jan 2010)
New Revision: 5425
Modified:
branches/2.6/http/php/mod_createJSObjFromXML.php
Log:
Modified: branches/2.6/http/php/mod_createJSObjFromXML.php
===================================================================
--- branches/2.6/http/php/mod_createJSObjFromXML.php 2010-01-25 09:39:57 UTC (rev 5424)
+++ branches/2.6/http/php/mod_createJSObjFromXML.php 2010-01-25 09:40:14 UTC (rev 5425)
@@ -43,7 +43,12 @@
"}";
}
else {
- $output .= $mywms->createJsObjFromWMS_(true);
+ if ($noHtml) {
+ $output .= $mywms->createJsObjFromWMS_(false);
+ }
+ else {
+ $output .= $mywms->createJsObjFromWMS_(true);
+ }
}
$js = administration::convertOutgoingString($output);
unset($output);
More information about the Mapbender_commits
mailing list