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

Suppression d'un slow query sur les exemplaires

parent e6d9781e
Branches
Tags
No related merge requests found
......@@ -188,7 +188,7 @@ class Class_Systeme_PergameService
private function getNoticeFromTransaction($support,$id_notice_pergame)
{
$cls_notice=new Class_Notice();
$ids=fetchAll("select id_notice from exemplaires where id_origine=$id_notice_pergame");
$ids=fetchAll("select id_notice from exemplaires where id_origine='".$id_notice_pergame."'");
if(!$ids)
{
$notice["T"]="Anomalie de lecture du titre";
......
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