[geeklog-hg] geeklog: Missing global declaration

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sat Mar 23 14:24:05 EDT 2013


changeset 9010:872ba6844f62
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/872ba6844f62
user: Dirk Haun <dirk at haun-online.de>
date: Sat Mar 23 18:56:39 2013 +0100
description:
Missing global declaration

diffstat:

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

diffs (12 lines):

diff -r cd5ea4e8cbe5 -r 872ba6844f62 system/lib-admin.php
--- a/system/lib-admin.php	Sat Mar 23 18:50:05 2013 +0100
+++ b/system/lib-admin.php	Sat Mar 23 18:56:39 2013 +0100
@@ -1501,7 +1501,7 @@
  */
 function ADMIN_getListField_topics($fieldname, $fieldvalue, $A, $icon_arr, $token)
 {
-    global $_CONF, $LANG_ACCESS, $_TABLES, $LANG27;
+    global $_CONF, $LANG_ACCESS, $_TABLES, $LANG27, $LANG32;
     
     $retval = false;
 



More information about the geeklog-cvs mailing list