Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 3612 Rev 3613
Line 68... Line 68...
68
		$cheminMotCle = self::getCheminHarmonise($chemin_parent, $mot_cle);
68
		$cheminMotCle = self::getCheminHarmonise($chemin_parent, $mot_cle);
69
		$motCleP = Cel::db()->proteger($mot_cle);
69
		$motCleP = Cel::db()->proteger($mot_cle);
70
		$cheminMotCleP = Cel::db()->proteger($cheminMotCle);
70
		$cheminMotCleP = Cel::db()->proteger($cheminMotCle);
71
		$idUtilisateurP = Cel::db()->proteger($user_id);
71
		$idUtilisateurP = Cel::db()->proteger($user_id);
Line 72... Line 72...
72
 
72
 
73
		$requete = "SELECT {$this->id_mot_cle} ".
73
		$requete = "SELECT id ".
74
			"FROM {$this->table_mots_cles} ".
74
			"FROM {$this->table_mots_cles} ".
75
			"WHERE path = $cheminMotCleP AND name = $motCleP".
75
			"WHERE path = $cheminMotCleP AND name = $motCleP".
76
			"AND user_id = $idUtilisateurP ".
76
			"AND user_id = $idUtilisateurP ".
77
			' -- '.__FILE__.':'.__LINE__;
77
			' -- '.__FILE__.':'.__LINE__;