|
@@ 401-405 (lines=5) @@
|
| 398 |
|
} |
| 399 |
|
} elseif ($poster['id'] == 0 && $poster_user != '') { |
| 400 |
|
$poster['id'] = 0; // to cope with deleted user accounts |
| 401 |
|
if (!empty($poster_website)) { |
| 402 |
|
$poster['uname'] = '<a href="' . $poster_website . '">' . $poster_user . '</a>'; |
| 403 |
|
} else { |
| 404 |
|
$poster['uname'] = $poster_user; |
| 405 |
|
} |
| 406 |
|
} else { |
| 407 |
|
$poster['id'] = 0; // to cope with deleted user accounts |
| 408 |
|
$poster['uname'] = $GLOBALS['xoopsConfig']['anonymous']; |
|
@@ 442-446 (lines=5) @@
|
| 439 |
|
$poster['status'] = $com_poster->isOnline() ? _CM_ONLINE : ''; |
| 440 |
|
} |
| 441 |
|
} elseif ($poster['id'] == 0 && $poster_user != '') { |
| 442 |
|
if (!empty($poster_website)) { |
| 443 |
|
$poster['uname'] = '<a href="' . $poster_website . '">' . $poster_user . '</a>'; |
| 444 |
|
} else { |
| 445 |
|
$poster['uname'] = $poster_user; |
| 446 |
|
} |
| 447 |
|
$poster['id'] = 0; // to cope with deleted user accounts |
| 448 |
|
$poster['rank_title'] = ''; |
| 449 |
|
$poster['avatar'] = 'blank.gif'; |