View Single Post
Old September 5th, 2007, 10:33 AM   #3 (permalink)
zews
Member
Verified Customer
 
Join Date: Sep 2005
Posts: 144
Thank you!

It looks like some auctions are beeing reopened without the users doing it. Might there be something wrong with this code also? (line 81 sendnotice.php)

// Close out expired ads
$query = "UPDATE {$Globals['pp_db_prefix']}products SET approved=2,status='$today' WHERE enddate < $today AND isauction=0";
$result = ppmysql_query($query,$link);
zews is offline   Reply With Quote