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
+2 -2
View File
@@ -43,11 +43,11 @@ class OLE_PPS_Root extends OLE_PPS
* @param integer $time_1st A timestamp
* @param integer $time_2nd A timestamp
*/
function OLE_PPS_Root($time_1st, $time_2nd, $raChild)
function __construct($time_1st, $time_2nd, $raChild)
{
$ole_obj = new OLE();
$this->_tmp_dir = '';
$this->OLE_PPS(
parent::__construct(
null,
$ole_obj->Asc2Ucs('Root Entry'),
OLE_PPS_TYPE_ROOT,