aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2002-10-08 22:14:22 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2002-10-08 22:14:22 +0000
commitac4b54ff4dea78aaeec015685b1c02a66449f1f1 (patch)
treea707bfc4157d624e6eda9f8f0036371aa0e77a58 /phpBB
parent8b21ebbdab8515d3e0575ae1d9cb67010986ef12 (diff)
downloadforums-ac4b54ff4dea78aaeec015685b1c02a66449f1f1.tar
forums-ac4b54ff4dea78aaeec015685b1c02a66449f1f1.tar.gz
forums-ac4b54ff4dea78aaeec015685b1c02a66449f1f1.tar.bz2
forums-ac4b54ff4dea78aaeec015685b1c02a66449f1f1.tar.xz
forums-ac4b54ff4dea78aaeec015685b1c02a66449f1f1.zip
missing global
git-svn-id: file:///svn/phpbb/trunk@2947 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/includes/functions_posting.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions_posting.php b/phpBB/includes/functions_posting.php
index fcbb40894d..28a702cc28 100644
--- a/phpBB/includes/functions_posting.php
+++ b/phpBB/includes/functions_posting.php
@@ -474,7 +474,7 @@ function generate_smilies($mode)
global $SID, $auth, $db, $session, $board_config, $template, $theme, $lang;
global $user_ip, $starttime;
global $phpEx, $phpbb_root_path;
- global $userdata;
+ global $user, $userdata;
if ( $mode == 'window' )
{