slawek Mon Mar 25 12:43:45 2002 EDT
Modified files:
/phpdoc/en/features error-handling.xml
Log:
mydomain.com => example.com
Index: phpdoc/en/features/error-handling.xml
diff -u phpdoc/en/features/error-handling.xml:1.24
phpdoc/en/features/error-handling.xml:1.25
--- phpdoc/en/features/error-handling.xml:1.24 Sat Dec 22 11:14:50 2001
+++ phpdoc/en/features/error-handling.xml Mon Mar 25 12:43:45 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.24 $ -->
+<!-- $Revision: 1.25 $ -->
<chapter id="features.error-handling">
<title>Error Handling</title>
@@ -227,7 +227,7 @@
// 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("[EMAIL PROTECTED]","Critical User Error",$err);
+ mail("[EMAIL PROTECTED]","Critical User Error",$err);
}