Index: uc_auction.module
===================================================================
--- uc_auction.module	(revision 5503)
+++ uc_auction.module	(working copy)
@@ -566,11 +566,10 @@
           /* workaround for fixing false 
            * bid display 
            */
-          $highest_bid_data = db_query("SELECT MAX(amount) AS amount, bid, uid FROM {uc_auction_bids} WHERE nid = '%s'" , $node->nid);
+          $highest_bid_data = db_query("SELECT MAX(amount) AS amount FROM {uc_auction_bids} WHERE nid = %d" , $node->nid);
           $highest_bid_data = db_fetch_object($highest_bid_data);
           
           $auc['high_bid_amt'] = $highest_bid_data->amount;
-          
         }
 
         // We're calculating these bid limits here so that other modules can
