Branched trunk into 0.5 for major CBV updates
Showing
1 changed file
with
1 additions
and
0 deletions
| ... | @@ -23,6 +23,7 @@ function array2table($arr,$width = "100%") | ... | @@ -23,6 +23,7 @@ function array2table($arr,$width = "100%") |
| 23 | $rclass = ($wi%2) ? "odd" : ""; | 23 | $rclass = ($wi%2) ? "odd" : ""; |
| 24 | echo "<tr class='".$rclass."'>\n"; | 24 | echo "<tr class='".$rclass."'>\n"; |
| 25 | $col = 1; | 25 | $col = 1; |
| 26 | // Are you fucking kidding me with this shit, Kevin??? | ||
| 26 | while (false !== ($curr_field = current($curr_row))) { | 27 | while (false !== ($curr_field = current($curr_row))) { |
| 27 | echo "<td>"; | 28 | echo "<td>"; |
| 28 | echo $curr_field." "; | 29 | echo $curr_field." "; | ... | ... |
-
Please register or sign in to post a comment