aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions.php
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2003-11-05 18:50:12 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2003-11-05 18:50:12 +0000
commita5ab4cffaa7cefabbcad2543ae0eea549f16a246 (patch)
treeb1cb34f81c815c673d132bb89db7e0f6a68b4236 /phpBB/includes/functions.php
parentfeb0ed7ead7ef1e883536db73dcebe866c52e0a2 (diff)
downloadforums-a5ab4cffaa7cefabbcad2543ae0eea549f16a246.tar
forums-a5ab4cffaa7cefabbcad2543ae0eea549f16a246.tar.gz
forums-a5ab4cffaa7cefabbcad2543ae0eea549f16a246.tar.bz2
forums-a5ab4cffaa7cefabbcad2543ae0eea549f16a246.tar.xz
forums-a5ab4cffaa7cefabbcad2543ae0eea549f16a246.zip
/me whoopsies all over the floor
/me is ashamed git-svn-id: file:///svn/phpbb/trunk@4645 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/functions.php')
-rw-r--r--phpBB/includes/functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php
index 855be4482c..53685dfff3 100644
--- a/phpBB/includes/functions.php
+++ b/phpBB/includes/functions.php
@@ -319,7 +319,7 @@ function gen_sort_selects(&$limit_days, &$sort_by_text, &$sort_days, &$sort_key,
function make_jumpbox($action, $forum_id = false, $select_all = false)
{
- global $auth, $template, $user, $db, $phpEx, $SID;
+ global $config, $auth, $template, $user, $db, $phpEx, $SID;
if (!$config['load_jumpbox'])
{