[geeklog-cvs] geeklog: Missing global declaration

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sun Aug 28 11:08:53 EDT 2011


changeset 8364:61b8d6c96de7
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/61b8d6c96de7
user: Dirk Haun <dirk at haun-online.de>
date: Sun Jun 19 13:51:56 2011 +0200
description:
Missing global declaration

diffstat:

 system/lib-user.php |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 99380169a8c6 -r 61b8d6c96de7 system/lib-user.php
--- a/system/lib-user.php	Sun Jun 19 11:28:56 2011 +0200
+++ b/system/lib-user.php	Sun Jun 19 13:51:56 2011 +0200
@@ -8,7 +8,7 @@
 // |                                                                           |
 // | User-related functions needed in more than one place.                     |
 // +---------------------------------------------------------------------------+
-// | Copyright (C) 2000-2010 by the following authors:                         |
+// | Copyright (C) 2000-2011 by the following authors:                         |
 // |                                                                           |
 // | Authors: Tony Bibbs        - tony AT tonybibbs DOT com                    |
 // |          Mark Limburg      - mlimburg AT users DOT sourceforge DOT net    |
@@ -863,7 +863,7 @@
 function USER_showProfile($uid, $preview = false, $msg = 0, $plugin = '')
 {
     global $_CONF, $_TABLES, $_USER, $_IMAGE_TYPE,
-           $LANG01, $LANG04, $LANG09, $LANG_LOGIN, $LANG_ADMIN;
+           $LANG01, $LANG04, $LANG09, $LANG28, $LANG_LOGIN, $LANG_ADMIN;
 
     $retval = '';
 



More information about the geeklog-cvs mailing list