[Mapbender-commits] r4507 - branches/mifan_dev/mapbender/http/classes

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Sat Aug 8 02:45:00 EDT 2009


Author: mifan
Date: 2009-08-08 02:44:59 -0400 (Sat, 08 Aug 2009)
New Revision: 4507

Modified:
   branches/mifan_dev/mapbender/http/classes/class_csw.php
Log:


Modified: branches/mifan_dev/mapbender/http/classes/class_csw.php
===================================================================
--- branches/mifan_dev/mapbender/http/classes/class_csw.php	2009-08-07 13:54:30 UTC (rev 4506)
+++ branches/mifan_dev/mapbender/http/classes/class_csw.php	2009-08-08 06:44:59 UTC (rev 4507)
@@ -80,6 +80,10 @@
 	}
 	
 	
+	public function getCatURL($type){
+		
+	}
+	
 	//XML to Persistance
 	/**
 	 * Called by admin function when adding catalog
@@ -390,6 +394,9 @@
 	  	return preg_replace("/\n/", "", preg_replace("/\r/", " ", $string));
 	}
 	
-	
+
+	function createCatObjFromDB($cat_id){
+		
+	}
 }
 ?>
\ No newline at end of file



More information about the Mapbender_commits mailing list