[Mapbender-commits] r1707 - trunk/mapbender/http/classes

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Fri Oct 5 06:51:32 EDT 2007


Author: nimix
Date: 2007-10-05 06:51:32 -0400 (Fri, 05 Oct 2007)
New Revision: 1707

Modified:
   trunk/mapbender/http/classes/class_administration.php
Log:
typo in function name setWfsOwsproxyString

Modified: trunk/mapbender/http/classes/class_administration.php
===================================================================
--- trunk/mapbender/http/classes/class_administration.php	2007-10-02 14:39:55 UTC (rev 1706)
+++ trunk/mapbender/http/classes/class_administration.php	2007-10-05 10:51:32 UTC (rev 1707)
@@ -885,7 +885,7 @@
 	 * @param boolean set (true) or remove (false) the owsproxy-string
 	 * 
 	 */
-   	function getWfsOwsproxyString($wfs_id, $status){
+   	function setWfsOwsproxyString($wfs_id, $status){
    		$sql = "UPDATE wfs SET wfs_owsproxy = $1 WHERE wfs_id = $2 ";
    		$t = array("s","i");
    		if($status == true){



More information about the Mapbender_commits mailing list