Subversion Repositories eFlore/Applications.del

Compare Revisions

Ignore whitespace Rev 2009 → Rev 2010

/branches/v1.7-oxygene/widget/modules/statistiques/Statistiques.php
150,7 → 150,8
$url = sprintf($this->config['chemins']['baseURLServicesDelTpl'], $service);
$json = $this->getDao()->consulter($url);
$retour = json_decode($json, true);
return (array) json_decode($json);
return $retour;
}
}