[Mapbender-commits] r7991 - branches/2.7/http/php
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Mon Jul 25 05:39:29 EDT 2011
Author: astrid_emde
Date: 2011-07-25 02:39:29 -0700 (Mon, 25 Jul 2011)
New Revision: 7991
Modified:
branches/2.7/http/php/mod_customTree.php
Log:
renamed module to CustomizeTree
Modified: branches/2.7/http/php/mod_customTree.php
===================================================================
--- branches/2.7/http/php/mod_customTree.php 2011-07-25 09:12:37 UTC (rev 7990)
+++ branches/2.7/http/php/mod_customTree.php 2011-07-25 09:39:29 UTC (rev 7991)
@@ -1,6 +1,6 @@
<?php
ob_start();
-$e_id="Customize Tree";
+$e_id="CustomizeTree";
require_once(dirname(__FILE__) . "/../php/mb_validatePermission.php");
require_once(dirname(__FILE__) . "/../classes/class_json.php");
?>
More information about the Mapbender_commits
mailing list