forked from science-ation/science-ation
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:
parent
a38cda2c05
commit
b146a9c773
@ -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++;
|
||||||
|
Loading…
Reference in New Issue
Block a user