Skip to content

Commit

Permalink
Set maximum field lists per row to 4 rather than 5
Browse files Browse the repository at this point in the history
git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@48 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
jcleeland committed Mar 16, 2003
1 parent c843075 commit b82fa2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/statistics.php
Expand Up @@ -86,7 +86,7 @@
$counter=0;
}
//echo $flt[2]; //debugging line
if ($counter == 5) {echo "\t\t\t\t</tr>\n\t\t\t\t<tr>";}
if ($counter == 4) {echo "\t\t\t\t</tr>\n\t\t\t\t<tr>";}
$myfield = "{$sid}X{$flt[1]}X{$flt[0]}";
if ($flt[2] != "A" && $flt[2] != "B" && $flt[2] != "C") //Have to make an exception for these types!
{
Expand Down

0 comments on commit b82fa2d

Please sign in to comment.