Skip to content
Extraits de code Groupes Projets
Valider cec5c54f rédigé par Alexandre Morignot's avatar Alexandre Morignot
Parcourir les fichiers

bug fix

parent 34252c93
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -66,7 +66,7 @@ sub exec { ...@@ -66,7 +66,7 @@ sub exec {
if ($query->is_global) { if ($query->is_global) {
$req = 'select id, sender, title, url, duration $req = 'select id, sender, title, url, duration
from playbot from playbot p
where '.$where; where '.$where;
$req .= ' and '.$words_sql if ($words_sql); $req .= ' and '.$words_sql if ($words_sql);
$req .= ' group by id $req .= ' group by id
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter