From ce17e628549141e7d3bcd33f29ddb1dadca79be2 Mon Sep 17 00:00:00 2001 From: Matthieu Marcillaud <marcimat@rezo.net> Date: Sat, 4 Feb 2017 12:34:46 +0000 Subject: [PATCH] Grammaire de commentaire. --- ecrire/public/criteres.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ecrire/public/criteres.php b/ecrire/public/criteres.php index 7f20b8c6be..260ebabeb7 100644 --- a/ecrire/public/criteres.php +++ b/ecrire/public/criteres.php @@ -1001,7 +1001,7 @@ function calculer_critere_par_champ($idb, &$boucles, $crit, $par, $raw = false) ) { $par = $infos['alias'] . "." . $champ; } elseif ($table) { - // On avait table + champ, mais on ne les as pas trouvé + // On avait table + champ, mais on ne les a pas trouvés return array('zbug_critere_inconnu', array('critere' => $crit->op . " $par")); } else { // Sinon tant pis, ca doit etre un champ synthetise (cf points) -- GitLab