From 1f951556fc1336a058980845ba46bc2c80809725 Mon Sep 17 00:00:00 2001 From: thisgun Date: Mon, 30 Nov 2015 17:27:40 +0900 Subject: [PATCH] =?UTF-8?q?=EC=97=91=EC=85=80=20=EB=9D=BC=EC=9D=B4?= =?UTF-8?q?=EB=B8=8C=EB=9F=AC=EB=A6=AC=20php7=20=EB=B2=84=EC=A0=BC?= =?UTF-8?q?=EC=97=90=EC=84=9C=20=EB=82=9C=20=EC=98=A4=EB=A5=98=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/Excel/reader.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Excel/reader.php b/lib/Excel/reader.php index 060e03b3e..72836d5c0 100644 --- a/lib/Excel/reader.php +++ b/lib/Excel/reader.php @@ -258,7 +258,7 @@ class Spreadsheet_Excel_Reader */ function Spreadsheet_Excel_Reader() { - $this->_ole =& new OLERead(); + $this->_ole = new OLERead(); $this->setUTFEncoder('iconv'); }