convert winningbidderlist
This commit is contained in:
@ -17,7 +17,7 @@
|
||||
// start first row
|
||||
echo "<tr>";
|
||||
foreach($winnerlist_results as $winnerlist_result){
|
||||
echo "<td><h3>" . $winnerlist_result->winning_bidder_num . "</h3></td>";
|
||||
echo "<td><h3>" . $winnerlist_result->bidders->bidder_assigned_number . "</h3></td>";
|
||||
// do we need a new row?
|
||||
if($i % 8 === 0){
|
||||
echo "</tr><tr>";
|
||||
|
Reference in New Issue
Block a user