Subversion Repositories eFlore/Applications.cel

Compare Revisions

No changes between revisions

Ignore whitespace Rev 2485 → Rev 2486

/trunk/jrest/bibliotheque/GestionMotsClesChemin.php
553,6 → 553,10
return array($table_liaison, $table_mots_cles);
}
 
/**
* Régénère le champ "mots_cles_texte" l'entité liée (image ou obs)
* et met à jour sa date de modification
*/
public static function regenererIndexTexteMotCle($id_element_lie, $mode) {
$idElementLieP = Cel::db()->proteger($id_element_lie);
$sqlTpl = self::obtenirTemplateRequeteMotsClesTexte($mode);
561,6 → 565,7
list($table, $champId) = self::getNomTablesEtChampsElementsLies($mode);
$requete = "UPDATE $table ".
"SET mots_cles_texte = ($sousRequete) ".
", date_modification = NOW() ".
"WHERE $champId = $idElementLieP ".
' -- '.__FILE__.':'.__LINE__;
 
Property changes:
Modified: svn:mergeinfo
Merged /branches/v2.8-houe/jrest/bibliotheque/GestionMotsClesChemin.php:r2477-2485
Added: svnkit:entry:sha1-checksum
+4a11bd4592bf9c437ecee299f5fce154aaf02f69
\ No newline at end of property