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

Garrett Albright’s picture

Status: Active » Fixed

Whoops, that was dumb. Fixed. Thanks.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.