From b146a9c77342e7a84573b650829ca967cd15c32a Mon Sep 17 00:00:00 2001 From: james Date: Mon, 10 Dec 2007 18:26:03 +0000 Subject: [PATCH] OOps border isnt supposed to be there, its overrridden by the class anyways, but no point having it there taking up bandwidth --- admin/reports.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/reports.php b/admin/reports.php index 9b94ed3..7da2cd2 100644 --- a/admin/reports.php +++ b/admin/reports.php @@ -126,7 +126,7 @@ $last_category = ''; $x=0; - echo ""; + echo "
"; while($i = mysql_fetch_object($q)) { $trclass = ($x % 2 == 0) ? "even" : "odd"; $x++;