OOps border isnt supposed to be there, its overrridden by the class anyways, but no point having it there taking up bandwidth

This commit is contained in:
james 2007-12-10 18:26:03 +00:00
parent a38cda2c05
commit b146a9c773

View File

@ -126,7 +126,7 @@
$last_category = ''; $last_category = '';
$x=0; $x=0;
echo "<table class=\"tableedit\" border=1>"; echo "<table class=\"tableedit\">";
while($i = mysql_fetch_object($q)) { while($i = mysql_fetch_object($q)) {
$trclass = ($x % 2 == 0) ? "even" : "odd"; $trclass = ($x % 2 == 0) ? "even" : "odd";
$x++; $x++;