Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 1623 → Rev 1624

/trunk/jrest/lib/OLE/PPS/File.php
47,7 → 47,7
*/
function OLE_PPS_File($name)
{
$this->_tmp_dir = System::tmpdir();
$this->_tmp_dir = @System::tmpdir();
$this->OLE_PPS(
null,
$name,
/trunk/jrest/lib/OLE/PPS/Root.php
53,7 → 53,7
*/
function OLE_PPS_Root($time_1st, $time_2nd, $raChild)
{
$this->_tmp_dir = System::tmpdir();
$this->_tmp_dir = @System::tmpdir();
$this->OLE_PPS(
null,
OLE::Asc2Ucs('Root Entry'),