[Mapbender-commits] r3507 - branches/2.5/http/classes

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Thu Jan 29 09:53:40 EST 2009


Author: christoph
Date: 2009-01-29 09:53:40 -0500 (Thu, 29 Jan 2009)
New Revision: 3507

Modified:
   branches/2.5/http/classes/class_gui.php
Log:
added gui ID

Modified: branches/2.5/http/classes/class_gui.php
===================================================================
--- branches/2.5/http/classes/class_gui.php	2009-01-29 14:49:28 UTC (rev 3506)
+++ branches/2.5/http/classes/class_gui.php	2009-01-29 14:53:40 UTC (rev 3507)
@@ -23,6 +23,7 @@
  * GUI is a set of GUI elements and services. 
  */
 class gui {
+	var $id;
 
 	public function __construct () {
 	}



More information about the Mapbender_commits mailing list