diff options
Diffstat (limited to 'src/scoretable.php')
| -rw-r--r-- | src/scoretable.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/scoretable.php b/src/scoretable.php index 690d5c1..8491611 100644 --- a/src/scoretable.php +++ b/src/scoretable.php @@ -316,9 +316,10 @@ if($redo) { $_SESSION["scoreblink"][$score[$e]["username"]."-".$score[$e]["site"]]=0; if( $score[$e]["userflag"] != '') $strtmp .= " <td nowrap><img alt=\"" . $score[$e]["userflag"]. "\" width=\"18\" src=\"" . $loc. '/images/flags/' . - $score[$e]["userflag"] . ".png\"> " . $score[$e]["username"]."/".$score[$e]["site"] . " </td>"; + $score[$e]["userflag"] . ".png\"> " . $score[$e]["username"]."/".$score[$e]["usersitename"] . " </td>"; else - $strtmp .= " <td nowrap>" . $score[$e]["username"]."/".$score[$e]["site"] . " </td>"; + $strtmp .= " <td nowrap>" . $score[$e]["username"]."/".$score[$e]["usersitename"] . " </td>"; + if($score[$e]['usershortinstitution'] != '') $strtmp .= "<td>[" . $score[$e]['usershortinstitution'] . '] ' . $score[$e]["userfullname"]; else |