WATCHDOG_NOTICE

Definition

includes/bootstrap.inc

Description

Indicates a notice-level watchdog event; these are normally notifications of normal system events that have occurred and can usually be safely ignored.

Code

<?php
define('WATCHDOG_NOTICE', 0);
?>
 
 

Drupal is a registered trademark of Dries Buytaert.