dave            Sat Oct 25 02:49:37 2003 EDT

  Modified files:              
    /phpdoc/en/reference/errorfunc/functions    error-log.xml 
  Log:
  - Fix mismatched parantheses in example.
  
  
Index: phpdoc/en/reference/errorfunc/functions/error-log.xml
diff -u phpdoc/en/reference/errorfunc/functions/error-log.xml:1.4 
phpdoc/en/reference/errorfunc/functions/error-log.xml:1.5
--- phpdoc/en/reference/errorfunc/functions/error-log.xml:1.4   Mon Jun 16 08:36:12 
2003
+++ phpdoc/en/reference/errorfunc/functions/error-log.xml       Sat Oct 25 02:49:37 
2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
 <!-- splitted from ./en/functions/errorfunc.xml, last change in rev 1.1 -->
   <refentry id="function.error-log">
    <refnamediv>
@@ -86,7 +86,7 @@
 }
 
 // Notify administrator by email if we run out of FOO
-if (!($foo = allocate_new_foo()) {
+if (!($foo = allocate_new_foo())) {
     error_log ("Big trouble, we're all out of FOOs!", 1,
                "[EMAIL PROTECTED]");
 }

Reply via email to