View Single Post
Old December 27th, 2004, 02:37 PM   #10 (permalink)
Michael P
PhotoPost Developer
Verified Customer
 
Join Date: Jan 2002
Posts: 11,834
Well, since you are getting the emails it means the script is running. But, you can also see how the query isn't taking for some reason.

Under line 72ish in sendnotice.php:

$query = "UPDATE {$Globals['pp_db_prefix']}products SET status='$today',enddate='$newend' WHERE id=$id";

add:

print $query;

and then run the sendnotice.php script in your browser to see the output.
__________________
Please do not PM me for support or sales questions. Thank you for your understanding.
Michael P is offline   Reply With Quote