Skip to content
Snippets Groups Projects
Commit e10b9d99 authored by Matthias Meusburger's avatar Matthias Meusburger
Browse files

hotline #26372 Integration_profiling fix

parent 3a20cab6
1 merge request!949Hotline#26372 integration profiling
......@@ -63,9 +63,9 @@ class Class_WebService_Lastfm extends Class_WebService_Abstract {
$texte1 = convertFromUtf8($texte1);
$texte2 = convertFromUtf8($texte2);
// Decouper par mots
$chaine = trim($this->AlphaMaj($texte1));
$chaine = trim($this->ix->alphaMaj($texte1));
$mot1 = explode(' ', $chaine);
$chaine = trim($this->AlphaMaj($texte2));
$chaine = trim($this->ix->alphaMaj($texte2));
$mot2 = explode(' ', $chaine);
// Comparer
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment