Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 422 → Rev 423

/trunk/jrest/services/NameMap.php
99,8 → 99,7
 
// si le taxon cherché n'existe pas
if(!$nt) {
$json = new Services_JSON();
$output = $json->encode(array(''));
$output = json_encode(array(''));
print($output);
exit();
}
114,8 → 113,7
@get_headers($service);
}
$json = new Services_JSON();
$output = $json->encode(array($file));
$output = json_encode(array($file));
print($output);
}