Subversion Repositories eFlore/Applications.cel

Compare Revisions

No changes between revisions

Ignore whitespace Rev 2194 → Rev 2195

/branches/v2.2-faucille/jrest/services/InventoryKeywordTree.php
31,12 → 31,13
if ($action == 'modification') {
$nouveau_nom = $pairs['motcle'];
$modification = $this->getGestionMotsCles($uid[0])->renommerMotCle($id_mot_cle, $nouveau_nom);
$modification = $this->getGestionMotsCles($uid[0])->renommerMotCle($id_mot_cle, $nouveau_nom);
} else if ($action == 'deplacement') {
$id_pere = $pairs['parent'];
$modification = $this->getGestionMotsCles($uid[0])->deplacerMotCle($id_mot_cle, $id_pere, $id_utilisateur);
}
$modification = ($modification !== false);
if($modification) {
$this->envoyer("OK");
}
/branches/v2.2-faucille/jrest/.
Property changes:
Modified: svn:mergeinfo
Merged /trunk/jrest:r2194