wez             Fri May 30 20:15:18 2003 EDT

  Modified files:              
    /phpdoc/en/reference/filesystem/functions   fread.xml 
  Log:
  fix omission...
  
  
Index: phpdoc/en/reference/filesystem/functions/fread.xml
diff -u phpdoc/en/reference/filesystem/functions/fread.xml:1.7 
phpdoc/en/reference/filesystem/functions/fread.xml:1.8
--- phpdoc/en/reference/filesystem/functions/fread.xml:1.7      Thu May 29 16:10:20 
2003
+++ phpdoc/en/reference/filesystem/functions/fread.xml  Fri May 30 20:15:18 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
 <!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.25 -->
   <refentry id="function.fread">
    <refnamediv>
@@ -86,7 +86,7 @@
         break;
     }
     $contents .= $data;
-}
+} while(true);
 fclose ($handle);
 ?>
 ]]>



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to