dkirwin
11-07-2008, 09:59 AM
the very first line says this
IN FILE: bid.php FIND:
======================
$item_details = $db->get_sql_row("SELECT * FROM
" . DB_PREFIX . "auctions WHERE auction_id='" . $_REQUEST['auction_id'] . "'");
there is 4 instances of this same line in this file and the files says to add something below it ... do i add that below all 4 instaces in that file??
IN FILE: bid.php FIND:
======================
$item_details = $db->get_sql_row("SELECT * FROM
" . DB_PREFIX . "auctions WHERE auction_id='" . $_REQUEST['auction_id'] . "'");
there is 4 instances of this same line in this file and the files says to add something below it ... do i add that below all 4 instaces in that file??