View Single Post
  #7 (permalink)  
Old 05-20-06, 01:33 AM
ThaiAuto ThaiAuto is offline
New Member
 
Join Date: May 2006
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Or you can just add the quote to the out
Then the auctiondetail.php line 549 will become

$getBidderId=mysql_query("SELECT * FROM probid_bids WHERE auctionid='".$auctionDetails['id']."' AND 'out'=0 AND invalid=0 ORDER BY id DESC");
Reply With Quote