--- a/includes/functions.php Sat Sep 08 22:58:38 2007 -0400
+++ b/includes/functions.php Tue Sep 11 18:35:39 2007 -0400
@@ -674,7 +674,7 @@
echo '<table border="0" cellspacing="1" cellpadding="4">';
echo '<tr>';
$counter = 0;
- $ticker = 0;
+ $ticker = -1;
$switched = true;
}
$counter++;
@@ -706,7 +706,7 @@
if ( $counter > 0 )
{
// Fill-in
- while ( $ticker < 3 )
+ while ( $ticker < 2 )
{
$ticker++;
echo '<td class="' . $class . '" style="width: 33.3%;"></td>';
@@ -728,7 +728,7 @@
if ( $counter > 0 )
{
// Fill-in
- while ( $ticker < 3 )
+ while ( $ticker < 2 )
{
$ticker++;
echo '<td class="' . $class . '" style="width: 33.3%;"></td>';