cortesi         Mon Mar 25 20:57:24 2002 EDT

  Modified files:              
    /phpdoc/it/features error-handling.xml 
  Log:
  update to EN 1.25
  
Index: phpdoc/it/features/error-handling.xml
diff -u phpdoc/it/features/error-handling.xml:1.8 
phpdoc/it/features/error-handling.xml:1.9
--- phpdoc/it/features/error-handling.xml:1.8   Sun Dec 30 19:28:29 2001
+++ phpdoc/it/features/error-handling.xml       Mon Mar 25 20:57:23 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- EN-Revision: 1.24 Maintainer: cortesi Status: ready -->
+<!-- EN-Revision: 1.25 Maintainer: cortesi Status: ready -->
  <chapter id="features.error-handling">
   <title>Gestione degli errori</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);
 }
 
 


Reply via email to