diff --git a/phpBB/groupcp.php b/phpBB/groupcp.php index d86ff548e8..aa0d453945 100644 --- a/phpBB/groupcp.php +++ b/phpBB/groupcp.php @@ -29,7 +29,7 @@ include($phpbb_root_path . 'common.'.$phpEx); // function generate_user_info(&$row, $date_format, $group_mod, &$from, &$posts, &$joined, &$poster_avatar, &$profile_img, &$profile, &$search_img, &$search, &$pm_img, &$pm, &$email_img, &$email, &$www_img, &$www, &$icq_status_img, &$icq_img, &$icq, &$aim_img, &$aim, &$msn_img, &$msn, &$yim_img, &$yim) { - global $lang, $images, $board_config; + global $lang, $images, $board_config, $phpEx; $from = ( !empty($row['user_from']) ) ? $row['user_from'] : ' '; $joined = create_date($date_format, $row['user_regdate'], $board_config['board_timezone']);