[prev in list] [next in list] [prev in thread] [next in thread] 

List:       phpauction
Subject:    [PHPAUCTION] [PHPAUCTION 1.2 68]: Search always shows minimum bid, not current
From:       webmaster () phpauction ! org
Date:       2001-08-31 14:49:38
[Download RAW message or body]


The following NEW bug has been ADDED.
=======================================================================
http://www.phpauction.org/BUGS/view_bug_page.php3?f_id=68
=======================================================================
Reporter:        bugstracker
Handler:         Does not exist
=======================================================================
Project:         PHPAUCTION 1.2
Bug ID:             0000068
Category:        SQL statements
Reproducibility: always
Severity:        major
Priority:        normal
Status:          new
=======================================================================
Date Submitted:   08-31-01 16:49 CEST
Last Modified:    08-31-01 16:49 CEST
=======================================================================
Summary:  Search always shows minimum bid, not current

Description: In search.php, line 183
<br />

<br />
$bid = $row[bid];
<br />
$starting_price = $row[minimum_bid];
<br />

<br />
should read
<br />

<br />
$bid = $row[current_bid];
<br />
$starting_price = $row[minimum_bid];
<br />

<br />
The field bid doesn't exist in the table so it returns zero, the code then later \
resets this to the starting price as it thinks there is no current bid. <br />

<br />
This is similar to #61
<br />

<br />
Tony
=======================================================================
_______________________________________________
Phpauction mailing list
Phpauction@albasoftware.com
http://www.albasoftware.com/mailman/listinfo/phpauction


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic