Merge branch 'g5'

This commit is contained in:
chicpro
2015-11-30 17:32:43 +09:00

View File

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