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:
Xavier Noguer Gallego 2004-04-17 00:19:44 +00:00
parent 2c06f54f47
commit c9e9efad49
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{ {