From ac4b54ff4dea78aaeec015685b1c02a66449f1f1 Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Tue, 8 Oct 2002 22:14:22 +0000 Subject: missing global git-svn-id: file:///svn/phpbb/trunk@2947 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/functions_posting.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB') 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' ) { -- cgit v1.2.1