didou           Fri Mar  5 04:37:33 2004 EDT

  Modified files:              
    /phpdoc/en/reference/bzip2/functions        bzread.xml 
  Log:
  use $file
  
http://cvs.php.net/diff.php/phpdoc/en/reference/bzip2/functions/bzread.xml?r1=1.5&r2=1.6&ty=u
Index: phpdoc/en/reference/bzip2/functions/bzread.xml
diff -u phpdoc/en/reference/bzip2/functions/bzread.xml:1.5 
phpdoc/en/reference/bzip2/functions/bzread.xml:1.6
--- phpdoc/en/reference/bzip2/functions/bzread.xml:1.5  Wed Feb 25 05:32:48 2004
+++ phpdoc/en/reference/bzip2/functions/bzread.xml      Fri Mar  5 04:37:31 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
 <!-- splitted from ./en/functions/bzip2.xml, last change in rev 1.1 -->
   <refentry id="function.bzread">
    <refnamediv>
@@ -39,7 +39,7 @@
 }
 bzclose($bz);
 
-echo "The contents of /tmp/foo.bz2 are: <br />\n";
+echo "The contents of $file are: <br />\n";
 echo $decompressed_file;
 
 ?>

Reply via email to