Subversion Repositories eFlore/Applications.cel

Rev

Rev 1604 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1604 Rev 1624
Line 51... Line 51...
51
    * @param integer $time_1st A timestamp
51
    * @param integer $time_1st A timestamp
52
    * @param integer $time_2nd A timestamp
52
    * @param integer $time_2nd A timestamp
53
    */
53
    */
54
    function OLE_PPS_Root($time_1st, $time_2nd, $raChild)
54
    function OLE_PPS_Root($time_1st, $time_2nd, $raChild)
55
    {
55
    {
56
        $this->_tmp_dir = System::tmpdir();
56
        $this->_tmp_dir = @System::tmpdir();
57
        $this->OLE_PPS(
57
        $this->OLE_PPS(
58
           null, 
58
           null, 
59
           OLE::Asc2Ucs('Root Entry'),
59
           OLE::Asc2Ucs('Root Entry'),
60
           OLE_PPS_TYPE_ROOT,
60
           OLE_PPS_TYPE_ROOT,
61
           null,
61
           null,