Closed (fixed)
Project:
Ubercart Auction
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Jan 2009 at 22:38 UTC
Updated:
16 Feb 2009 at 22:10 UTC
Hi,
I had some problem with the delete bids on the bids tab.
When you delete, the high_bid in uc_auction table is set to 0
uc_auction.module line 964
the db_query(' %d') should be db_query('SELECT MAX(bid) ... %d', $node->nid));
I think you forgot the replacement of %d, so never a row was returned.
HTH,
Fossie
Comments
Comment #1
Garrett Albright commentedWhoops, that was dumb. Fixed. Thanks.