summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--includes/bootstrap.inc1
1 files changed, 1 insertions, 0 deletions
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') {