엑셀 라이브러리 php7 버젼에서 난 오류 수정

This commit is contained in:
thisgun
2015-11-30 17:27:40 +09:00
parent 87446cfcb3
commit 1f951556fc

View File

@ -258,7 +258,7 @@ class Spreadsheet_Excel_Reader
*/ */
function Spreadsheet_Excel_Reader() function Spreadsheet_Excel_Reader()
{ {
$this->_ole =& new OLERead(); $this->_ole = new OLERead();
$this->setUTFEncoder('iconv'); $this->setUTFEncoder('iconv');
} }