mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-19 07:52:16 +00:00
This commit is contained in:
@@ -1228,11 +1228,11 @@ class Spreadsheet_Excel_Writer_Worksheet extends Spreadsheet_Excel_Writer_BIFFwr
|
||||
*/
|
||||
function _XF(&$format)
|
||||
{
|
||||
if ($format != 0)
|
||||
if ($format)
|
||||
{
|
||||
return($format->getXfIndex());
|
||||
}
|
||||
else
|
||||
}
|
||||
else
|
||||
{
|
||||
return(0x0F);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user