From f03c9a928b9019c4b7947a9b087134ead88e7655 Mon Sep 17 00:00:00 2001 From: Patrick Davison Date: Sat, 21 Apr 2012 13:44:11 -0700 Subject: Scoreboard colors. & Blank Emblem fix --- pages/achievements.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pages') diff --git a/pages/achievements.php b/pages/achievements.php index ab17521..881e798 100644 --- a/pages/achievements.php +++ b/pages/achievements.php @@ -327,6 +327,9 @@ if (!$result OR mysql_num_rows($result) <= 0) { } list($UDisplay, $UAdmin, $UTotalMoves, $UTotalSolutions, $wallColor, $nameColor, $wallEmblem) = mysql_fetch_row($result); +if ($wallEmblem == '') + $wallEmblem = 'blank.png'; + $DUTotalMoves = number_format($UTotalMoves); $UTotalSolutions = number_format($UTotalSolutions); -- cgit v1.2.3