Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 2090 Rev 2092
Line 392... Line 392...
392
				}
392
				}
393
			}
393
			}
394
		}
394
		}
Line 395... Line 395...
395
 
395
 
-
 
396
		$liaison_ok = $this->gestionMotsClesObs->lierParTableaux($listeIdsTags, $observations_ids, $this->utilisateur_id);
-
 
397
		if($liaison_ok) {
-
 
398
			foreach($observations_ids as $id) {
-
 
399
				GestionMotsClesChemin::regenererIndexTexteMotCle($id, 'obs');
-
 
400
			}
396
		$liaison_ok = $this->gestionMotsClesObs->lierParTableaux($listeIdsTags, $observations_ids, $this->utilisateur_id);
401
		}
397
		return $liaison_ok;
402
		return $liaison_ok;
Line 398... Line 403...
398
	}
403
	}
399
 
404
 
Line 431... Line 436...
431
					$chemin_parent .= $tag."/";
436
					$chemin_parent .= $tag."/";
432
				}
437
				}
433
			}
438
			}
434
		}
439
		}
435
		$liaison_ok = $this->gestionMotsClesImages->lierParTableaux($listeIdsTags, $images_ids, $this->utilisateur_id);
440
		$liaison_ok = $this->gestionMotsClesImages->lierParTableaux($listeIdsTags, $images_ids, $this->utilisateur_id);
-
 
441
		if($liaison_ok) {
-
 
442
			foreach($images_ids as $id) {
-
 
443
				GestionMotsClesChemin::regenererIndexTexteMotCle($id, 'images');
-
 
444
			}
-
 
445
		}
436
		return $liaison_ok;
446
		return $liaison_ok;
437
	}
447
	}
Line 438... Line 448...
438
 
448
 
439
	private function nettoyerTag($tag) {
449
	private function nettoyerTag($tag) {