MDL-19698 deprecated assign new by ref in feedback

This commit is contained in:
Petr Skoda
2010-07-19 08:33:18 +00:00
parent 0e7de62880
commit b626322b51
+1 -1
View File
@@ -41,7 +41,7 @@ class EasyWorkbook extends Spreadsheet_Excel_Writer {
}
}
$worksheet =& new EasyWorksheet($this->_BIFF_version,
$worksheet = new EasyWorksheet($this->_BIFF_version,
$name, $index,
$this->_activesheet, $this->_firstsheet,
$this->_str_total, $this->_str_unique,