Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 1282 → Rev 1283

/trunk/src/org/tela_botanica/client/image/ImageModele.java
506,11 → 506,11
if (reponse.get(j).isObject() != null) {
JSONObject noeud = (JSONObject) reponse.get(j);
 
String id_noeud = noeud.get("id_mot_cle_utilisateur")
String id_noeud = noeud.get("id_mot_cle_image")
.isString().stringValue();
String mot_cle = noeud.get("mot_cle").isString()
.stringValue();
String parent = noeud.get("ce_mot_cle_utilisateur_parent").isString()
String parent = noeud.get("ce_mot_cle_image_parent").isString()
.stringValue();
 
String[] usObj = { mot_cle, id_noeud };