NextCode Forum Index NextCode
Open Source Software Creation
 

Bug in Index.php
Click here to go to the original topic

 
       NextCode Forum Index -> Support (phpfinance)
View previous topic :: View next topic  
Author Message
bairh



Joined: 13 Sep 2005
Posts: 7

Posted: Tue Sep 13, 2005 11:21 pm    Post subject: Bug in Index.php  

In the function "do_summary"

The code block
echo "<td align=right>$highest</td>\n";
echo "<td align=right>$average</td>\n";
echo "<td align=right>$lowest</td>\n";
echo "<td align=right>$total</td></tr>\n";

should be
echo "<td align=right>$lowest</td>\n";
echo "<td align=right>$average</td>\n";
echo "<td align=right>$highest</td>\n";
echo "<td align=right>$total</td></tr>\n";

Your hi and low numbers don't match their columns

-Candybar-
Back to top  
 
       NextCode Forum Index -> Support (phpfinance)
Page 1 of 1


Powered by phpBB Search Engine Indexer
Powered by phpBB 2.0.13 © 2001, 2002 phpBB Group