Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 1013 → Rev 1014

/trunk/jrest/services/InventoryImageLink.php
114,10 → 114,8
$liaisons = $resultat_selection_liaison;
}
 
$retour_encode = json_encode($liaisons) ;
header("content-type: application/json") ;
print $retour_encode ;
exit() ;
$this->envoyerJson($liaisons);
return true;
}
 
function updateElement($uid,$pairs)