[Mapbender-commits] r4514 -
branches/mifan_dev/mapbender/http/classes
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Thu Aug 13 16:08:07 EDT 2009
Author: mifan
Date: 2009-08-13 16:08:05 -0400 (Thu, 13 Aug 2009)
New Revision: 4514
Modified:
branches/mifan_dev/mapbender/http/classes/class_csw.php
Log:
changes to csw class
Modified: branches/mifan_dev/mapbender/http/classes/class_csw.php
===================================================================
--- branches/mifan_dev/mapbender/http/classes/class_csw.php 2009-08-13 13:19:18 UTC (rev 4513)
+++ branches/mifan_dev/mapbender/http/classes/class_csw.php 2009-08-13 20:08:05 UTC (rev 4514)
@@ -1,6 +1,6 @@
<?php
# $Id$
-# http://www.mapbender.org/index.php/class_wms
+# http://www.mapbender.org/index.php/class_csw
# Copyright (C) 2002 CCGIS
#
# This program is free software; you can redistribute it and/or modify
@@ -301,7 +301,7 @@
* @param $cat_id
* @return unknown_type
*/
- public function getCatObjFromDB($cat_id,$type)
+ public function createCatObjFromDB($cat_id)
{
$sql = "select * from cat where cat_id = $1";
$v = array($cat_id);
@@ -427,8 +427,5 @@
}
- function createCatObjFromDB($cat_id){
-
- }
}
?>
\ No newline at end of file
More information about the Mapbender_commits
mailing list