Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 3667 → Rev 3699

/branches/v3.00-serfouette/jrest/lib/OLE.php
30,7 → 30,7
define('OLE_LONG_INT_SIZE', 4);
define('OLE_PPS_SIZE', 0x80);
 
require_once 'PEAR.php';
require_once '/usr/share/php/PEAR.php';
 
/**
* Array for storing OLE instances that are accessed from
321,7 → 321,7
$pps = new OLE_PPS_File($name);
break;
default:
continue;
continue 2;
}
fseek($fh, 1, SEEK_CUR);
$pps->Type = $type;