Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 604 → Rev 605

/trunk/jrest/services/InventoryImageList.php
245,7 → 245,8
$id_fichiers = explode(",",$id) ;
foreach($id_fichiers as $en_cours)
{
supprimer_fichier($en_cours,$this->config['cel_db']['chemin_images']) ;
$manipulateur_image = new ImageRecreation($this->config);
$manipulateur_image->detruireImageSurDisque($id);
}
 
echo "OK" ;