[Mapbender-commits] r2645 - branches/2.5/http/php
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Thu Jul 10 04:17:52 EDT 2008
Author: verenadiewald
Date: 2008-07-10 04:17:52 -0400 (Thu, 10 Jul 2008)
New Revision: 2645
Modified:
branches/2.5/http/php/mod_wfs.php
Log:
extended if condition line 70: if(isset($_REQUEST['id']) && $_REQUEST['id']!=""){
Modified: branches/2.5/http/php/mod_wfs.php
===================================================================
--- branches/2.5/http/php/mod_wfs.php 2008-07-10 08:16:42 UTC (rev 2644)
+++ branches/2.5/http/php/mod_wfs.php 2008-07-10 08:17:52 UTC (rev 2645)
@@ -67,7 +67,7 @@
</script>
<?php
echo "<script language='JavaScript' type='text/javascript'>";
-if(isset($_REQUEST['id'])){
+if(isset($_REQUEST['id']) && $_REQUEST['id']!=""){
$wfs = mb_split(",",$_REQUEST['id']);
$con = db_connect($DBSERVER,$OWNER,$PW);
More information about the Mapbender_commits
mailing list