You are here

constant SCHEDULER_DEFAULT_TIME in Scheduler 7

4 uses of SCHEDULER_DEFAULT_TIME
scheduler_admin in ./scheduler.admin.inc
Form constructor for the main admin form for configuring Scheduler.
scheduler_date_popup_pre_validate_alter in ./scheduler.module
Implements hook_date_popup_pre_validate_alter().
_scheduler_form_alter in ./scheduler.edit.inc
Helper function that does all the work for the real hook_form_alter().
_scheduler_strtotime in ./scheduler.module
Converts a time string from the user's timezone into a Unix timestamp.

File

./scheduler.module, line 17
Scheduler publishes and unpublishes nodes on dates specified by the user.

Code

define('SCHEDULER_DEFAULT_TIME', '00:00:00');