deleting spanish comment which was causing problems (and shouldn't have been there in the first place) (KUBO Atsuhiro)

git-svn-id: https://svn.php.net/repository/pear/packages/Spreadsheet_Excel_Writer/trunk@123756 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Xavier Noguer Gallego 2003-04-17 14:02:30 +00:00
parent 444e0edeca
commit d67328bad6
1 changed files with 1 additions and 1 deletions

View File

@ -240,7 +240,7 @@ class Spreadsheet_Excel_Writer_OLEwriter extends PEAR
*
* @param string $data string of bytes to be written
*/
function write($data) //por ahora sólo a STDOUT
function write($data)
{
fwrite($this->_filehandle,$data,strlen($data));
}