nlopess         Wed Apr 28 13:41:59 2004 EDT

  Modified files:              
    /phpdoc/en/reference/tidy/functions tidy-error-count.xml 
  Log:
  my patch changed error_buf to ErrorBuffer
  correcting example
  
http://cvs.php.net/diff.php/phpdoc/en/reference/tidy/functions/tidy-error-count.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/tidy/functions/tidy-error-count.xml
diff -u phpdoc/en/reference/tidy/functions/tidy-error-count.xml:1.2 
phpdoc/en/reference/tidy/functions/tidy-error-count.xml:1.3
--- phpdoc/en/reference/tidy/functions/tidy-error-count.xml:1.2 Wed Mar  3 13:24:08 
2004
+++ phpdoc/en/reference/tidy/functions/tidy-error-count.xml     Wed Apr 28 13:41:59 
2004
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
   <refentry id="function.tidy-error-count">
    <refnamediv>
     <refname>tidy_error_count</refname>
@@ -30,7 +30,7 @@
 
 echo tidy_error_count($tidy) . "\n"; //1
 
-echo $tidy->error_buf;
+echo $tidy->ErrorBuffer;
 ?>
 ]]>
       </programlisting>

Reply via email to