[Mapbender-commits] r7801 - trunk/mapbender/http/php

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Mon May 9 12:05:37 EDT 2011


Author: armin11
Date: 2011-05-09 09:05:37 -0700 (Mon, 09 May 2011)
New Revision: 7801

Modified:
   trunk/mapbender/http/php/wms.php
Log:
Bugfixes

Modified: trunk/mapbender/http/php/wms.php
===================================================================
--- trunk/mapbender/http/php/wms.php	2011-05-09 15:59:25 UTC (rev 7800)
+++ trunk/mapbender/http/php/wms.php	2011-05-09 16:05:37 UTC (rev 7801)
@@ -251,7 +251,7 @@
 #Insert contact information
 
 #Creating "Contact Information" node
-/*if (validate($wms_row['contactperson']) &&
+if (validate($wms_row['contactperson']) &&
 	validate($wms_row['contactorganization']) &&
 	validate($wms_row['contactposition']) && 
 	validate($wms_row['address']) && 
@@ -261,7 +261,7 @@
 	validate($wms_row['contactvoicetelephone']) && 
 	validate($wms_row['contactfacsimiletelephone']) &&
 	validate($wms_row['contactelectronicmailaddress']))
-{*/
+{
 $contactInformation = $doc->createElement("ContactInformation");
 $contactInformation = $service->appendChild($contactInformation);
 



More information about the Mapbender_commits mailing list