You are here

function _ed_classified_record_periodic_notifications in Classified Ads 6.2

Same name and namespace in other branches
  1. 5.2 ed_classified_notifications.inc \_ed_classified_record_periodic_notifications()
  2. 5 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.

File

./ed_classified_notifications.inc, line 114
user notifications for imple text-based classified ads module

Code

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