From e6b58e6b01534a9e190f10695a3f7e4a07ceaac0 Mon Sep 17 00:00:00 2001 From: Jeremy Newman Date: Mon, 15 Mar 2004 20:50:34 +0000 Subject: [PATCH] borked link --- votestats.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/votestats.php b/votestats.php index 370fed2..2a19fd9 100644 --- a/votestats.php +++ b/votestats.php @@ -25,7 +25,7 @@ if($result) while($row = mysql_fetch_object($result)) { if ($c % 2 == 1) { $bgcolor = "color0"; } else { $bgcolor = "color1"; } - $link = "$row->appName"; + $link = "$row->appName"; echo "$c. $link $row->count \n"; $c++; }