git-svn-id: https://svn.php.net/repository/pear/packages/Spreadsheet_Excel_Writer/trunk@146374 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Xavier Noguer Gallego 2003-12-13 16:18:01 +00:00
parent b543ca7927
commit c1c73fac47
1 changed files with 1 additions and 1 deletions

View File

@ -1484,7 +1484,7 @@ class Spreadsheet_Excel_Writer_Workbook extends Spreadsheet_Excel_Writer_BIFFwri
// Write the CONTINUE block header
if (!empty($this->_block_sizes)) {
$record = 0x003C;
$length = array_push($this->_block_sizes);
$length = array_pop($this->_block_sizes);
$header = pack('vv', $record, $length);
if ($continue) {