- Patch #25084 by Uwe: fixed code comments of error_handler().

4.7.x
Dries Buytaert 2005-08-23 05:19:44 +00:00
parent caf65e3953
commit 405cb49a0b
1 changed files with 2 additions and 2 deletions

View File

@ -448,8 +448,8 @@ function drupal_http_request($url, $headers = array(), $method = 'GET', $data =
/**
* Log errors as defined by administrator
* Error levels:
* 1 = Log errors to database.
* 2 = Log errors to database and to screen.
* 0 = Log errors to database.
* 1 = Log errors to database and to screen.
*/
function error_handler($errno, $message, $filename, $line) {
if ($errno & (E_ALL ^ E_NOTICE)) {