Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 2189 Rev 2196
Line 102... Line 102...
102
		return $resultat;
102
		return $resultat;
103
	}
103
	}
Line 104... Line 104...
104
 
104
 
105
	public function insererParIdParent($mot_cle, $id_parent, $id_utilisateur) {
105
	public function insererParIdParent($mot_cle, $id_parent, $id_utilisateur) {
106
		$motCleSimple = self::simplifier($mot_cle);
106
		$motCleSimple = self::simplifier($mot_cle);
107
		$motCleSimpleP = Cel::db()->proteger(self::supprimerAccents($mot_cle));
107
		$motCleSimpleP = Cel::db()->proteger(strtolower(self::supprimerAccents($mot_cle)));
108
		$idParentP = Cel::db()->proteger($id_parent);
108
		$idParentP = Cel::db()->proteger($id_parent);
109
		$racineP = Cel::db()->proteger('/');
109
		$racineP = Cel::db()->proteger('/');
110
		$idUtilisateurP = Cel::db()->proteger($id_utilisateur);
110
		$idUtilisateurP = Cel::db()->proteger($id_utilisateur);