mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-20 00:12:15 +00:00
Strict Standards Notices entfernt; Sonderzeichen in PDFs konvertiert
This commit is contained in:
@@ -577,7 +577,8 @@ class Spreadsheet_Excel_Writer_Workbook extends Spreadsheet_Excel_Writer_BIFFwri
|
||||
*/
|
||||
function _storeOLEFile()
|
||||
{
|
||||
$OLE = new OLE_PPS_File(OLE::Asc2Ucs('Book'));
|
||||
$ole_obj = new OLE();
|
||||
$OLE = new OLE_PPS_File($ole_obj->Asc2Ucs('Book'));
|
||||
if ($this->_tmp_dir != '') {
|
||||
$OLE->setTempDir($this->_tmp_dir);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user