Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 1014 → Rev 1013

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