Skip to content

Commit

Permalink
Fixed issue #6284: In some cases statistics' layout is broken
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed Jul 6, 2012
1 parent 1cede9d commit 26ba46a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/statistics.php
Expand Up @@ -1272,7 +1272,7 @@
for ($i=1; $i<=$count; $i++)
{
//adjust layout depending on counter
if ($counter2 == 4) {$statisticsoutput .= "\t\t\t\t</tr>\n\t\t\t\t<tr>\n"; $counter=0;}
if ($counter2 == 4) {$statisticsoutput .= "\t\t\t\t</tr>\n\t\t\t\t<tr>\n"; $counter2=0;}

//myfield is the SGQ identifier
//myfield2 is just used as comment in HTML like "R40X34X1721-1"
Expand Down

0 comments on commit 26ba46a

Please sign in to comment.