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:
parent
444e0edeca
commit
d67328bad6
|
|
@ -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));
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue