Skip to content
Snippets Groups Projects
Commit 15340702 authored by llaffont's avatar llaffont
Browse files

In SelectionBib plugin, remove SQL query to Storm to get bib label

parent 9e1bd10e
Branches
Tags
No related merge requests found
......@@ -118,7 +118,7 @@ class ZendAfi_Controller_Plugin_SelectionBib extends Zend_Controller_Plugin_Abst
if($bib) {
$id_bibs=$bib;
$message="la bibliothèque : ".utf8_decode(fetchOne("select LIBELLE From bib_c_site Where ID_SITE='$bib'"));
$message="la bibliothèque : ".utf8_decode(Class_Bib::find($bib)->getLibelle());
}
}
......
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