diff --git a/ecrire/public/criteres.php b/ecrire/public/criteres.php index 03a11f3069a33f9231e8048cd7b3c754a7ae9aa8..2c01d3c74bcda50c2fbd5a1a0abd61d1f5cc6fcb 100644 --- a/ecrire/public/criteres.php +++ b/ecrire/public/criteres.php @@ -736,7 +736,7 @@ function critere_parinverse($idb, &$boucles, $crit, $sens = '') { } else { if ($par == 'date' and $desc = $boucle->show - and $desc['date'] + and !empty($desc['date']) ) { $m = $desc['date']; $order = "'" . $boucle->id_table . "." . $m . "'";