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");