fixing bug #415
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:
parent
b543ca7927
commit
c1c73fac47
|
|
@ -1484,7 +1484,7 @@ class Spreadsheet_Excel_Writer_Workbook extends Spreadsheet_Excel_Writer_BIFFwri
|
||||||
// Write the CONTINUE block header
|
// Write the CONTINUE block header
|
||||||
if (!empty($this->_block_sizes)) {
|
if (!empty($this->_block_sizes)) {
|
||||||
$record = 0x003C;
|
$record = 0x003C;
|
||||||
$length = array_push($this->_block_sizes);
|
$length = array_pop($this->_block_sizes);
|
||||||
|
|
||||||
$header = pack('vv', $record, $length);
|
$header = pack('vv', $record, $length);
|
||||||
if ($continue) {
|
if ($continue) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue