OLE.php
authorAlan Knowles <alan@roojs.com>
Fri, 12 Sep 2014 05:42:31 +0000 (13:42 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 12 Sep 2014 05:42:31 +0000 (13:42 +0800)
OLE.php

diff --git a/OLE.php b/OLE.php
index 232ebf1..a08bc43 100755 (executable)
--- a/OLE.php
+++ b/OLE.php
@@ -538,7 +538,7 @@ class OLE extends PEAR
     * @access public
     * @static
     */
-    function OLE2LocalDate($string)
+    static function OLE2LocalDate($string)
     {
         if (strlen($string) != 8) {
             return new PEAR_Error("Expecting 8 byte string");
@@ -572,4 +572,4 @@ class OLE extends PEAR
         return floor($big_date);
     }
 }
-?>