diff --git a/features/error-handling.xml b/features/error-handling.xml index 816fc45f1d..9d559920d8 100644 --- a/features/error-handling.xml +++ b/features/error-handling.xml @@ -1,5 +1,5 @@ - + Error Handling @@ -227,7 +227,7 @@ function userErrorHandler ($errno, $errmsg, $filename, $linenum, $vars) { // save to the error log, and e-mail me if there is a critical user error error_log($err, 3, "/usr/local/php4/error.log"); if ($errno == E_USER_ERROR) - mail("phpdev@mydomain.com","Critical User Error",$err); + mail("phpdev@example.com","Critical User Error",$err); }