Quote:
Originally Posted by MoMan
To get the interest to work for amounts above 1000, simply delete this around line 60:
PHP Code:
$bankmoney = number_format($bankmoney,2);
Turns out that this also fixes the depost/withdrawl >1000 bug  I'm not a PHP guru, but this worked for me...
Blaine, ibank is a great script, but you really should update the release with this fix.
|
That's weird that it would fix the bug, but if it does, great. I will test this out myself.