Subversion Repositories eFlore/Applications.cel

Rev

Rev 2079 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2079 Rev 2091
Line 430... Line 430...
430
					$listeIdsTags[] = $id_mot_cle;
430
					$listeIdsTags[] = $id_mot_cle;
431
					$chemin_parent .= $tag."/";
431
					$chemin_parent .= $tag."/";
432
				}
432
				}
433
			}
433
			}
434
		}
434
		}
435
		$liaison_ok = $this->gestionMotsClesObs->lierParTableaux($listeIdsTags, $images_ids, $this->utilisateur_id);
435
		$liaison_ok = $this->gestionMotsClesImages->lierParTableaux($listeIdsTags, $images_ids, $this->utilisateur_id);
436
		return $liaison_ok;
436
		return $liaison_ok;
437
	}
437
	}
Line 438... Line 438...
438
 
438
 
439
	private function nettoyerTag($tag) {
439
	private function nettoyerTag($tag) {