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

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


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

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


Modified: branches/2.6/http/php/mod_gazetteerMetadata_search.php
===================================================================
--- branches/2.6/http/php/mod_gazetteerMetadata_search.php	2010-01-25 09:39:38 UTC (rev 5423)
+++ branches/2.6/http/php/mod_gazetteerMetadata_search.php	2010-01-25 09:39:57 UTC (rev 5424)
@@ -103,7 +103,6 @@
 	$sql_layer .= "ORDER BY l.layer_title;";
 	$res_layer = db_prep_query($sql_layer,$v,$t);
 
-
 	while ($row = db_fetch_array($res_layer)) {
 		array_push($obj, array(
 			'wms_getcapabilities' => $row['wms_getcapabilities'], 



More information about the Mapbender_commits mailing list