codepage record should be in all versions

git-svn-id: https://svn.php.net/repository/pear/packages/Spreadsheet_Excel_Writer/trunk@156208 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Xavier Noguer Gallego 2004-04-15 23:47:36 +00:00
parent 49e93d5232
commit 1916be290b
1 changed files with 1 additions and 1 deletions

View File

@ -508,8 +508,8 @@ class Spreadsheet_Excel_Writer_Workbook extends Spreadsheet_Excel_Writer_BIFFwri
// Add Workbook globals
$this->_storeBof(0x0005);
if ($this->_BIFF_version == 0x0600) {
$this->_storeCodepage();
if ($this->_BIFF_version == 0x0600) {
$this->_storeWindow1();
}
if ($this->_BIFF_version == 0x0500) {