View Single Post
  #5 (permalink)  
Old 05-20-06, 12:04 AM
ThaiAuto ThaiAuto is offline
New Member
 
Join Date: May 2006
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Try to cut condition AND out=0 from line 549
I don't know if it effect to others display result. Then you line 549 will becomes

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