The eAuction Support Forums
https://www.everyscript.de/cgi-bin/yabb/YaBB.pl eAuction 1.6.1.x >> Fixed Bugs >> sub proc_bid https://www.everyscript.de/cgi-bin/yabb/YaBB.pl?num=1070457704 Message started by Forum Admin on 12/03/03 at 14:21:44 |
Title: sub proc_bid Post by Forum Admin on 12/03/03 at 14:21:44 Someone told me that there is a problem when the starting price is = the BuyItNow price. Solution: Search the subroutine 'proc_bid' for ) if (time >= int($close_time) and time >= $aftermin) or ($#bids >= 1 and $bid >= $buy_it); Replace the line with this code ) if (time >= int($close_time) and time >= $aftermin) or ($#bids >= 1 and $buy_it > 0 and $bid >= $buy_it); |
The eAuction Support Forums » Powered by YaBB 2.2! YaBB © 2000-2007. All Rights Reserved. |