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

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Thu Jul 1 07:56:31 EDT 2010


Author: christoph
Date: 2010-07-01 11:56:31 +0000 (Thu, 01 Jul 2010)
New Revision: 6483

Modified:
   trunk/mapbender/http/classes/class_group.php
Log:


Modified: trunk/mapbender/http/classes/class_group.php
===================================================================
--- trunk/mapbender/http/classes/class_group.php	2010-07-01 11:52:54 UTC (rev 6482)
+++ trunk/mapbender/http/classes/class_group.php	2010-07-01 11:56:31 UTC (rev 6483)
@@ -74,6 +74,10 @@
 		return (string) $this->id;
 	}
 
+	public function getId () {
+		return $this->id;
+	}
+
     /**
      * @return Assoc Array containing the fields to send to the user
      */



More information about the Mapbender_commits mailing list