Fixed PHP7 Depecated Warnings

This commit is contained in:
Andreas Oesterreicher
2017-06-07 18:16:11 +02:00
parent 45b4c84764
commit 60ab8fdd1b
15 changed files with 83 additions and 83 deletions
+1 -1
View File
@@ -88,7 +88,7 @@ class Spreadsheet_Excel_Writer_BIFFwriter extends PEAR
*
* @access public
*/
function Spreadsheet_Excel_Writer_BIFFwriter()
function __construct()
{
$this->_byte_order = '';
$this->_data = '';