summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2005-08-23 05:19:44 +0000
committerDries Buytaert <dries@buytaert.net>2005-08-23 05:19:44 +0000
commit405cb49a0b904544ad89d89b738cc24431603aa3 (patch)
tree1c5e507776aad18a1f6ba4e4862f12c41d3d6390
parentcaf65e39537dea9dc58022f7430263c88b885cc5 (diff)
downloadbrdo-405cb49a0b904544ad89d89b738cc24431603aa3.tar.gz
brdo-405cb49a0b904544ad89d89b738cc24431603aa3.tar.bz2
- Patch #25084 by Uwe: fixed code comments of error_handler().
-rw-r--r--includes/common.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/common.inc b/includes/common.inc
index e5e6d0190..375f06f92 100644
--- a/includes/common.inc
+++ b/includes/common.inc
@@ -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)) {