You are here

function _ed_classified_record_periodic_notifications in Classified Ads 5.2

Same name and namespace in other branches
  1. 5 ed_classified_notifications.inc \_ed_classified_record_periodic_notifications()
  2. 6.2 ed_classified_notifications.inc \_ed_classified_record_periodic_notifications()
  3. 7.2 ed_classified_notifications.inc \_ed_classified_record_periodic_notifications()

Record last periodic notification processing time

1 call to _ed_classified_record_periodic_notifications()
_ed_classified_notify_advertisers_periodic in ./ed_classified_notifications.inc
Process "periodic" notifications Create a notification if a user has ads nearing expiration

File

./ed_classified_notifications.inc, line 106
user notifications for imple text-based classified ads module Michael Curry, Exodus Development, Inc. exodusdev@gmail.com for more information, please visit http://exodusdev.com Copyright (c) 2006, 2007 Exodus Development, Inc. All Rights Reserved.…

Code

function _ed_classified_record_periodic_notifications($time) {
  _ed_classified_variable_set('email_reminders_last_sent', $time);
}