[geeklog-cvs] tools: Added $LANG_tab (as of Geeklog 1.8.0)

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sat Feb 12 16:23:44 EST 2011


changeset 57:f08f8cbff095
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/tools/rev/f08f8cbff095
user: Dirk Haun <dirk at haun-online.de>
date: Sat Feb 12 22:23:17 2011 +0100
description:
Added $LANG_tab (as of Geeklog 1.8.0)

diffstat:

 lm/include/core.inc |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (35 lines):

diff -r fa96c5b4618f -r f08f8cbff095 lm/include/core.inc
--- a/lm/include/core.inc	Thu Jan 27 20:05:21 2011 +0100
+++ b/lm/include/core.inc	Sat Feb 12 22:23:17 2011 +0100
@@ -2,13 +2,13 @@
 
 /* Reminder: always indent with 4 spaces (no tabs). */
 // +---------------------------------------------------------------------------+
-// | Geeklog 1.6                                                               |
+// | Geeklog 1.8                                                               |
 // +---------------------------------------------------------------------------+
 // | core.inc                                                                  |
 // |                                                                           |
 // | Update a core language file by merging it with english.php                |
 // +---------------------------------------------------------------------------+
-// | Copyright (C) 2004-2009 by the following authors:                         |
+// | Copyright (C) 2004-2011 by the following authors:                         |
 // |                                                                           |
 // | Author:  Dirk Haun         - dirk AT haun-online DOT de                   |
 // +---------------------------------------------------------------------------+
@@ -106,6 +106,7 @@
 $ENG_confignames['Core'] = $LANG_confignames['Core'];
 $ENG_configsubgroups['Core'] = $LANG_configsubgroups['Core'];
 $ENG_fs['Core'] = $LANG_fs['Core'];
+$ENG_tab['Core'] = $LANG_tab['Core'];
 $ENG_configselects['Core'] = $LANG_configselects['Core'];
 
 unset($LANG_MONTH);
@@ -215,6 +216,7 @@
 mergeArrays($ENG_confignames['Core'], $LANG_confignames['Core'], "LANG_confignames['Core']", false);
 mergeArrays($ENG_configsubgroups['Core'], $LANG_configsubgroups['Core'], "LANG_configsubgroups['Core']", false);
 mergeArrays($ENG_fs['Core'], $LANG_fs['Core'], "LANG_fs['Core']", false);
+mergeArrays($ENG_tab['Core'], $LANG_tab['Core'], "LANG_tab['Core']", false);
 mergeArrays($ENG_configselects['Core'], $LANG_configselects['Core'], "LANG_configselects['Core']", false);
 
 ?>



More information about the geeklog-cvs mailing list