1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-05 23:25:30 +02:00

missing global

git-svn-id: file:///svn/phpbb/trunk@2947 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen 2002-10-08 22:14:22 +00:00
parent 8b21ebbdab
commit ac4b54ff4d

View File

@ -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' )
{