From ea955148398fb8feed1b346fae915e7445d8c2ed Mon Sep 17 00:00:00 2001 From: e107steved Date: Wed, 26 Sep 2007 19:36:00 +0000 Subject: [PATCH] Bugtracker #4100 - missing global --- e107_plugins/forum/forum_viewforum.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/e107_plugins/forum/forum_viewforum.php b/e107_plugins/forum/forum_viewforum.php index 3ac77754c..f17490693 100644 --- a/e107_plugins/forum/forum_viewforum.php +++ b/e107_plugins/forum/forum_viewforum.php @@ -11,8 +11,8 @@ | GNU General Public License (http://gnu.org). | | $Source: /cvs_backup/e107_0.8/e107_plugins/forum/forum_viewforum.php,v $ -| $Revision: 1.5 $ -| $Date: 2007-04-09 10:17:48 $ +| $Revision: 1.6 $ +| $Date: 2007-09-26 19:36:00 $ | $Author: e107steved $ +----------------------------------------------------------------------------+ */ @@ -299,7 +299,7 @@ require_once(FOOTERF); function parse_thread($thread_info) { - global $forum, $tp, $FORUM_VIEW_FORUM, $gen, $pref, $forum_id, $menu_pref; + global $forum, $tp, $FORUM_VIEW_FORUM, $FORUM_VIEW_FORUM_STICKY, $FORUM_VIEW_FORUM_ANNOUNCE, $gen, $pref, $forum_id, $menu_pref; $text = ""; $VIEWS = $thread_info['thread_views']; $REPLIES = $thread_info['thread_total_replies'];