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

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Mon Mar 17 13:29:40 EDT 2008


Author: christoph
Date: 2008-03-17 13:29:39 -0400 (Mon, 17 Mar 2008)
New Revision: 2260

Modified:
   branches/2.5/http/php/mod_loadWFSCapabilities.php
Log:
added correct URL

Modified: branches/2.5/http/php/mod_loadWFSCapabilities.php
===================================================================
--- branches/2.5/http/php/mod_loadWFSCapabilities.php	2008-03-17 10:38:14 UTC (rev 2259)
+++ branches/2.5/http/php/mod_loadWFSCapabilities.php	2008-03-17 17:29:39 UTC (rev 2260)
@@ -74,7 +74,7 @@
       }
       else{
          var gui_id=document.form1.guiList.options[listIndex].value;
-			document.form1.action='../php/mod_loadwfs.php';
+			document.form1.action='../php/mod_loadwfs.php?<?php echo $urlParameters;?>';
 			document.form1.submit();
       }
    }
@@ -87,7 +87,7 @@
 $admin = new administration();
 $ownguis = $admin->getGuisByOwner($_SESSION["mb_user_id"],true);
 echo count($ownguis)."<br>";
-echo "<form name='form1' action='" . $PHP_SELF . "?".SID."' method='post'>";
+echo "<form name='form1' action='" . $self ."' method='post'>";
 echo "<table cellpadding='0' cellspacing='0' border='0'>";
 echo "<tr>";
 echo "<td>";



More information about the Mapbender_commits mailing list