constant WATCHDOG_NOTICE in Drupal 5
Same name and namespace in other branches
- 4 includes/bootstrap.inc \WATCHDOG_NOTICE
- 6 includes/bootstrap.inc \WATCHDOG_NOTICE
- 7 includes/bootstrap.inc \WATCHDOG_NOTICE
Indicates a notice-level watchdog event; these are normally notifications of normal system events that have occurred and can usually be safely ignored.
26 uses of WATCHDOG_NOTICE
- aggregator_form_category_submit in modules/
aggregator/ aggregator.module - Process aggregator_form_category form submissions. @todo Add delete confirmation dialog.
- aggregator_form_feed_submit in modules/
aggregator/ aggregator.module - Process aggregator_form_feed form submissions. @todo Add delete confirmation dialog.
- blogapi_blogger_edit_post in modules/
blogapi/ blogapi.module - Blogging API callback. Modifies the specified blog node.
- blogapi_blogger_new_post in modules/
blogapi/ blogapi.module - Blogging API callback. Inserts a new blog post as a node.
- book_admin_edit_submit in modules/
book/ book.module
File
- includes/
bootstrap.inc, line 40 - Functions that need to be loaded on every Drupal request.
Code
define('WATCHDOG_NOTICE', 0);