View Single Post
Old August 19th, 2005, 09:50 PM   #7 (permalink)
Chuck S
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 68,054
Well I would be easier to rename the language string but try this and then replace 30 days with $duration

$query = "SELECT id,user,userid,title,enddate,duration FROM {$Globals['pp_db_prefix']}products WHERE enddate < $expire AND status=0 AND isauction=0";
$result = ppmysql_query($query,$link);

while ( list( $id, $user, $userid, $title, $enddate,$duration )= mysql_fetch_array($result) ) {
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.

Last edited by Chuck S; August 20th, 2005 at 07:43 AM.
Chuck S is offline   Reply With Quote