Subversion Repositories eFlore/Applications.del

Compare Revisions

Ignore whitespace Rev 2012 → Rev 2013

/trunk/widget/modules/stats/Stats.php
149,6 → 149,7
$service .= (count($parametres) > 0) ? '?'.implode('&', $parametres) : '';
$url = sprintf($this->config['chemins']['baseURLServicesDelTpl'], $service);
//echo "URL: $url<br/>";exit;
$json = $this->getDao()->consulter($url);
$retour = json_decode($json, true);