Skip to content
Snippets Groups Projects

Hotline#12905

Merged Ghislain Loas requested to merge hotline#12905 into hotline_6.41
Compare and
+ 2
2
Preferences
Compare changes
Files
@@ -80,7 +80,7 @@ class ZendAfi_View_Helper_Admin_TagListeSuggestion extends ZendAfi_View_Helper_B
if ($rubrique=="thesaurus") {
$thesaurus=Class_CodifThesaurus::findFirstBy(['id_thesaurus' => $code]);
if ($thesaurus)
$selection .= $thesaurus->getIdOrigine().' : '.Class_CodifThesaurus::getLibelleHierarchique($thesaurus)."<br>";
$selection .= "&laquo;".$thesaurus->getIdOrigine().' : '.Class_CodifThesaurus::getLibelleHierarchique($thesaurus)."&raquo; </br>";
continue;
}
$selection.="&laquo;".fetchOne("select ".$champ_libelle." from ".$table." where ".$champ_id."='".$code."'")."&raquo; ";