From 6f731d920ac2f6564c44043bffac147aeb3d3bed Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 17 Oct 2007 12:11:30 +0000 Subject: - Patch #183965 by alpritt: corrected PHPdoc. --- includes/bootstrap.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'includes') diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc index c0527767a..bd076db75 100644 --- a/includes/bootstrap.inc +++ b/includes/bootstrap.inc @@ -745,6 +745,7 @@ function watchdog($type, $message, $variables = array(), $severity = WATCHDOG_NO * @param $type * The type of the message. One of the following values are possible: * - 'status' + * - 'warning' * - 'error' */ function drupal_set_message($message = NULL, $type = 'status') { -- cgit v1.2.3