summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
Diffstat (limited to 'includes')
-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)) {