tom             Tue Mar 26 14:15:52 2002 EDT

  Modified files:              
    /phpdoc/de/features error-handling.xml 
  Log:
  sync to en
  
Index: phpdoc/de/features/error-handling.xml
diff -u phpdoc/de/features/error-handling.xml:1.8 
phpdoc/de/features/error-handling.xml:1.9
--- phpdoc/de/features/error-handling.xml:1.8   Mon Mar 18 13:45:13 2002
+++ phpdoc/de/features/error-handling.xml       Tue Mar 26 14:15:51 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- EN-Revision: 1.24 Maintainer: tom Status: ready -->
+<!-- EN-Revision: 1.25 Maintainer: tom Status: ready -->
  <chapter id="features.error-handling">
   <title>Fehlerbehandlung</title>
  
@@ -229,7 +229,7 @@
     // in das Log speichern, und im Falle eines kritischen Fehlers E-Mail an mich
     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);
 }
 
 


Reply via email to