Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 693 → Rev 694

/trunk/jrest/services/CelWidgetMap.php
48,7 → 48,7
$info = 'Un problème est survenu : '.print_r($this->messages, true);
$this->envoyer($info);
} else if ($retour['type'] == 'json') {
$this->envoyerJson($retour['variable_js'], $retour['donnees']);
$this->envoyerJsonVar($retour['variable_js'], $retour['donnees']);
} else if ($retour['type'] == 'jsonp') {
$this->envoyerJsonp($retour['donnees']);
} else {