WATCHDOG_WARNING

Definition

includes/bootstrap.inc

Description

Indicates a warning-level watchdog event; this can be triggered by an error in a module that does not impact the overall functionality of the site.

Code

<?php
define('WATCHDOG_WARNING', 1);
?>
 
 

Drupal is a registered trademark of Dries Buytaert.