summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2007-10-17 12:11:30 +0000
committerDries Buytaert <dries@buytaert.net>2007-10-17 12:11:30 +0000
commit6f731d920ac2f6564c44043bffac147aeb3d3bed (patch)
treeed8d7aa3ba4c087d77a831f03c18dbaa6a6d2676 /includes
parent6417a6ade4192b8dd16d8fe822e6bbf21fe536a8 (diff)
downloadbrdo-6f731d920ac2f6564c44043bffac147aeb3d3bed.tar.gz
brdo-6f731d920ac2f6564c44043bffac147aeb3d3bed.tar.bz2
- Patch #183965 by alpritt: corrected PHPdoc.
Diffstat (limited to 'includes')
-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') {