[Mapbender-commits] r2588 - in branches/testbaudson_dev: core lib
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Mon Jul 7 08:57:17 EDT 2008
Author: christoph
Date: 2008-07-07 08:57:17 -0400 (Mon, 07 Jul 2008)
New Revision: 2588
Added:
branches/testbaudson_dev/core/i18n.php
Removed:
branches/testbaudson_dev/lib/i18n.php
Log:
moved to core
Copied: branches/testbaudson_dev/core/i18n.php (from rev 2583, branches/testbaudson_dev/lib/i18n.php)
===================================================================
--- branches/testbaudson_dev/core/i18n.php (rev 0)
+++ branches/testbaudson_dev/core/i18n.php 2008-07-07 12:57:17 UTC (rev 2588)
@@ -0,0 +1,8 @@
+<?php
+ function _mb ($someString) {
+ if (USE_I18N) {
+ return _($someString);
+ }
+ return $someString;
+ }
+?>
\ No newline at end of file
Deleted: branches/testbaudson_dev/lib/i18n.php
===================================================================
--- branches/testbaudson_dev/lib/i18n.php 2008-07-07 12:56:15 UTC (rev 2587)
+++ branches/testbaudson_dev/lib/i18n.php 2008-07-07 12:57:17 UTC (rev 2588)
@@ -1,8 +0,0 @@
-<?php
- function _mb ($someString) {
- if (USE_I18N) {
- return _($someString);
- }
- return $someString;
- }
-?>
\ No newline at end of file
More information about the Mapbender_commits
mailing list