View Single Post
Old July 31st, 2005, 09:40 AM   #19 (permalink)
Chuck S
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 68,054
There is no issue here that I see. Here is a brand new install I am doing and you can test it

http://www.reeftalk.com/classifieds/index.php

Go ahead and run sendnotice.php yourself

http://www.reeftalk.com/classifieds/sendnotice.php

It does not expire ads that are not expired period and here is the query in 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);

NOTICE WHERE enddate < $today
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote