[Mapbender-commits] r5422 - branches/2.6/http/php

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Mon Jan 25 04:39:17 EST 2010


Author: christoph
Date: 2010-01-25 04:39:16 -0500 (Mon, 25 Jan 2010)
New Revision: 5422

Modified:
   branches/2.6/http/php/mod_addWMSfromfilteredList_server.php
Log:


Modified: branches/2.6/http/php/mod_addWMSfromfilteredList_server.php
===================================================================
--- branches/2.6/http/php/mod_addWMSfromfilteredList_server.php	2010-01-25 09:38:51 UTC (rev 5421)
+++ branches/2.6/http/php/mod_addWMSfromfilteredList_server.php	2010-01-25 09:39:16 UTC (rev 5422)
@@ -130,6 +130,6 @@
 }
 
 $json = new Mapbender_JSON();
-$output = $json->save_encode($resultObj);
+$output = $json->encode($resultObj);
 echo $output;
 ?>



More information about the Mapbender_commits mailing list