mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
Fix broken links for images/text
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@2491 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
9171afda89
commit
39c363eaa4
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
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'] : ' ';
|
$from = ( !empty($row['user_from']) ) ? $row['user_from'] : ' ';
|
||||||
$joined = create_date($date_format, $row['user_regdate'], $board_config['board_timezone']);
|
$joined = create_date($date_format, $row['user_regdate'], $board_config['board_timezone']);
|
||||||
|
|
Loading…
Add table
Reference in a new issue