[Mapbender-commits] r2287 - branches/2.5/http/php

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Tue Mar 25 06:36:49 EDT 2008


Author: nimix
Date: 2008-03-25 06:36:49 -0400 (Tue, 25 Mar 2008)
New Revision: 2287

Modified:
   branches/2.5/http/php/mod_wfs_server.php
Log:
fix javascript error if wfs configureations is selected

Modified: branches/2.5/http/php/mod_wfs_server.php
===================================================================
--- branches/2.5/http/php/mod_wfs_server.php	2008-03-25 10:25:09 UTC (rev 2286)
+++ branches/2.5/http/php/mod_wfs_server.php	2008-03-25 10:36:49 UTC (rev 2287)
@@ -279,7 +279,9 @@
 }
 
 function getOwsproxy($obj){
-	$n = new administration();
+	$n = new administration();
+	if($obj->wfs=="gui_confs")
+		return false;
 	return $n->getWfsOwsproxyString($obj->wfs); 
 }
 function setOwsproxy($obj){



More information about the Mapbender_commits mailing list