- Patch #183965 by alpritt: corrected PHPdoc.

6.x
Dries Buytaert 2007-10-17 12:11:30 +00:00
parent 6417a6ade4
commit 6f731d920a
1 changed files with 1 additions and 0 deletions

View File

@ -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') {