git-svn-id: http://www.observium.org/svn/observer/trunk@2768 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2011-12-07 18:33:27 +00:00
parent 3c6ad5b1e5
commit 70af11e466
2 changed files with 1 additions and 3 deletions

View File

@@ -19,7 +19,7 @@ foreach (dbFetchRows("SELECT * FROM `bills` ORDER BY `bill_name`") as $bill)
echo(str_pad($bill['bill_id']." ".$bill['bill_name'], 30)." \n");
$i=0;
while ($i <= 12)
while ($i <= 24)
{
unset($class);
unset($rate_data);