- drupal
Indicates a notice-level watchdog event; these are normally notifications of normal system events that have occurred and can usually be safely ignored.
File
- includes/
bootstrap.inc, line 40 - Functions that need to be loaded on every Drupal request.
Code
<?php
define('WATCHDOG_NOTICE', 0)
?>
Login or register to post comments