Subversion Repositories eFlore/Applications.cel

Compare Revisions

No changes between revisions

Ignore whitespace Rev 3767 → Rev 3768

/branches/v3.00-serfouette/jrest/bibliotheque/GestionMotsClesChemin.php
65,14 → 65,12
 
public function insererParCheminSiInexistant($mot_cle, $chemin_parent, $user_id) {
$mot_cle = self::simplifier($mot_cle);
$cheminMotCle = self::getCheminHarmonise($chemin_parent, $mot_cle);
$motCleP = Cel::db()->proteger($mot_cle);
$cheminMotCleP = Cel::db()->proteger($cheminMotCle);
$idUtilisateurP = Cel::db()->proteger($user_id);
 
$requete = "SELECT id ".
"FROM {$this->table_mots_cles} ".
"WHERE path = $cheminMotCleP AND name = $motCleP".
"WHERE name = $motCleP".
"AND user_id = $idUtilisateurP ".
' -- '.__FILE__.':'.__LINE__;
$infosMotCle = Cel::db()->requeter($requete);
Property changes:
Modified: svn:mergeinfo
Merged /trunk/jrest/bibliotheque/GestionMotsClesChemin.php:r3764-3767
/branches/v3.00-serfouette/jrest/.
Property changes:
Modified: svn:mergeinfo
Merged /trunk/jrest:r3764-3767