goba            Sat Dec 22 11:14:50 2001 EDT

  Modified files:              
    /phpdoc/en/features error-handling.xml 
  Log:
  Typo in closing XML tag corrected
  
  
Index: phpdoc/en/features/error-handling.xml
diff -u phpdoc/en/features/error-handling.xml:1.23 
phpdoc/en/features/error-handling.xml:1.24
--- phpdoc/en/features/error-handling.xml:1.23  Wed Dec 12 15:46:34 2001
+++ phpdoc/en/features/error-handling.xml       Sat Dec 22 11:14:50 2001
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.23 $ -->
+<!-- $Revision: 1.24 $ -->
  <chapter id="features.error-handling">
   <title>Error Handling</title>
  
@@ -211,7 +211,7 @@
     
     $err = "<errorentry>\n";
     $err .= "\t<datetime>".$dt."</datetime>\n";
-    $err .= "\t<errornum>".$errno."</errnumber>\n";
+    $err .= "\t<errornum>".$errno."</errornum>\n";
     $err .= "\t<errortype>".$errortype[$errno]."</errortype>\n";
     $err .= "\t<errormsg>".$errmsg."</errormsg>\n";
     $err .= "\t<scriptname>".$filename."</scriptname>\n";


Reply via email to