Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 2103 → Rev 2104

/trunk/papyrus/applettes/moteur_recherche/bibliotheque/more_recherche_bazar.class.php
90,7 → 90,7
$aso_ligne['url'] = sprintf($bazar['url'],$ligne['bf_id_fiche']);
$aso_ligne['url_simple'] = $aso_ligne['url'] ;
$aso_ligne['titre'] = htmlentities($ligne['bf_titre']);
$aso_ligne['description'] = htmlentities($this->couperTexte($ligne['bf_description'], MORE_RESULTAT_TAILLE_DESCRIPTION));
$aso_ligne['description'] = htmlentities(More_Recherche::couperTexte($ligne['bf_description'], MORE_RESULTAT_TAILLE_DESCRIPTION));
$aso_resultat[] = $aso_ligne;
}
}