Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 3698 → Rev 3699

/branches/v3.00-serfouette/jrest/bibliotheque/Cel.php
199,7 → 199,7
$code_http = 500; // Internal Server Error
$mime = 'application/json';
$json = true;
$donnees->cause = $this->messages;
if (is_object($donnees)) $donnees->cause = $this->messages;
} else {
$code_http = 200; // OK
if (is_null($donnees)) {
/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;