Subversion Repositories eFlore/Projets.eflore-projets

Compare Revisions

Regard whitespace Rev 497 → Rev 498

/trunk/services/bibliotheque/ReponseHttp.php
6,7 → 6,7
 
public function __construct() {
$this->resultatService = new ResultatService();
if ( !function_exists('json_decode') ){
if (function_exists('json_decode') == false){
require_once (dirname(__FILE__).'/JSON.php');
function json_decode($content, $assoc=false){
if ( $assoc ){