You are here

constant DATEREMINDER_TYPE_DISABLED in Date Reminder 6

Same name and namespace in other branches
  1. 6.2 includes/defines.inc \DATEREMINDER_TYPE_DISABLED
  2. 7 includes/defines.inc \DATEREMINDER_TYPE_DISABLED

Enable states for a node type

7 uses of DATEREMINDER_TYPE_DISABLED
datereminder_alter_node_type_form in includes/node_form.inc
Implements hook_node_type().
datereminder_nodeapi in ./datereminder.module
Implements hook_nodeapi().
datereminder_node_type in ./datereminder.module
Implements hook_node_type().
_datereminder_clean_type_reminders in ./datereminder.module
Clean out reminders for everything associated with this type.
_datereminder_form_validate_node in ./datereminder.module
Make sure that the user doesn't try to set node enabled to silly value.

... See full list

File

includes/defines.inc, line 18
Define common constants.

Code

define('DATEREMINDER_TYPE_DISABLED', 0);