9ef10231 by Chris Boden

Branched trunk into 0.5 for major CBV updates

1 parent b2f1638c
......@@ -23,6 +23,7 @@ function array2table($arr,$width = "100%")
$rclass = ($wi%2) ? "odd" : "";
echo "<tr class='".$rclass."'>\n";
$col = 1;
// Are you fucking kidding me with this shit, Kevin???
while (false !== ($curr_field = current($curr_row))) {
echo "<td>";
echo $curr_field."&nbsp;";
......