You are here

function datereminder_cron in Date Reminder 7

Same name and namespace in other branches
  1. 6.2 datereminder.module \datereminder_cron()
  2. 6 datereminder.module \datereminder_cron()

Implements hook_cron().

Check to see if we need to send any reminders.

File

./datereminder.module, line 717
Support for reminders for nodes with dates.

Code

function datereminder_cron() {
  module_load_include('inc', 'datereminder', 'includes/cron');
  _datereminder_cron();
}