[svn r17473] minor - logic changes - Fixed again the users photos have been lost in the forum see FS#3368

skala
Cristian Fasanando 17 years ago
parent 536d808945
commit f9f07dddb5
  1. 2
      main/forum/forumfunction.inc.php

@ -2383,7 +2383,7 @@ function display_user_link($user_id, $name, $origin='') {
*/
function display_user_image($user_id,$name, $origin='') {
$link='<a href="../user/userInfo.php?uInfo='.$user_id.'" '. (!empty($origin)? 'target="_top"': '') .'">';
$link='<a href="../user/userInfo.php?uInfo='.$user_id.'" '. (!empty($origin)? 'target="_top"': '') .'>';
$attrb=array();
if ($user_id<>0) {

Loading…
Cancel
Save