fixing bug #1218 (boucher dot stephane at free dot fr)
git-svn-id: https://svn.php.net/repository/pear/packages/Spreadsheet_Excel_Writer/trunk@156369 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
2c06f54f47
commit
c9e9efad49
|
|
@ -1369,7 +1369,7 @@ class Spreadsheet_Excel_Writer_Workbook extends Spreadsheet_Excel_Writer_BIFFwri
|
||||||
|
|
||||||
// Write the SST block header information
|
// Write the SST block header information
|
||||||
$buffer = pack("vv", $record, $length);
|
$buffer = pack("vv", $record, $length);
|
||||||
$buffer .= pack("VV", $this->_str_total, $this->_str_total);
|
$buffer .= pack("VV", $this->_str_total, $this->_str_unique);
|
||||||
|
|
||||||
foreach (array_keys($this->_str_table) as $string)
|
foreach (array_keys($this->_str_table) as $string)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue