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

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Fri Apr 2 01:17:16 EDT 2010


Author: mifan
Date: 2010-04-02 01:17:15 -0400 (Fri, 02 Apr 2010)
New Revision: 5863

Modified:
   trunk/mapbender/http/classes/class_csw.php
Log:
Descriptive errors

Modified: trunk/mapbender/http/classes/class_csw.php
===================================================================
--- trunk/mapbender/http/classes/class_csw.php	2010-04-02 04:59:24 UTC (rev 5862)
+++ trunk/mapbender/http/classes/class_csw.php	2010-04-02 05:17:15 UTC (rev 5863)
@@ -112,6 +112,7 @@
 		
 		if(!$data){
 			$this->cat_status = false;
+			$e = new mb_exception("class_csw: createCatObjFromXML: CSW " . $url . " could not be retrieved.");
 			echo "Error: Unable to retrieve catalog XML. Please check your Network connection ";
 			return false;
 		}



More information about the Mapbender_commits mailing list