Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 3522 Rev 3525
Line 581... Line 581...
581
				}
581
				}
582
			}
582
			}
583
		}
583
		}
Line 584... Line 584...
584
 
584
 
585
		$liaison_ok = $this->gestionMotsClesObs->lierParTableaux($listeIdsTags, $observations_ids);
-
 
586
		if($liaison_ok) {
-
 
587
			foreach($observations_ids as $id) {
-
 
588
				GestionMotsClesChemin::regenererIndexTexteMotCle($id, 'obs');
-
 
589
			}
-
 
590
		}
585
		$liaison_ok = $this->gestionMotsClesObs->lierParTableaux($listeIdsTags, $observations_ids);
591
		return $liaison_ok;
586
		return $liaison_ok;
Line 592... Line 587...
592
	}
587
	}
593
 
588
 
Line 630... Line 625...
630
					$chemin_parent .= $tag."/";
625
					$chemin_parent .= $tag."/";
631
				}
626
				}
632
			}
627
			}
633
		}
628
		}
634
		$liaison_ok = $this->gestionMotsClesImages->lierParTableaux($listeIdsTags, $images_ids);
629
		$liaison_ok = $this->gestionMotsClesImages->lierParTableaux($listeIdsTags, $images_ids);
635
		if($liaison_ok) {
-
 
636
			foreach($images_ids as $id) {
-
 
637
				GestionMotsClesChemin::regenererIndexTexteMotCle($id, 'images');
-
 
638
			}
-
 
639
		}
-
 
640
		return $liaison_ok;
630
		return $liaison_ok;
641
	}
631
	}
Line 642... Line 632...
642
 
632
 
643
	private function nettoyerTag($tag) {
633
	private function nettoyerTag($tag) {