# HG changeset patch
# User Franck Deroche
{$infos}
");
- $Data->Query("SELECT * FROM Commentaires Where MessId={$id} ORDER BY num_comm");
+ $Data->Query("SELECT * FROM Commentaires Where MessId={$id} AND Visible=1 ORDER BY num_comm");
$defaultGravatar = urlencode("http://defr.org/Misc/NoGravatar.png");
while(0 !== ($row = $Data->GetRow())) {
$dateFormatee = strftime(" à %Hh%M le %A %d %B %Y", strtotime($row['DateComment']));
diff -r 629389204276 -r 7dec52982000 foot.php
--- a/foot.php Sat Oct 20 14:15:10 2007 +0200
+++ b/foot.php Sat Oct 20 14:25:20 2007 +0200
@@ -154,7 +154,7 @@
notamment à moi-même ) de repérer les nouveaux commentaires qui arrivent, même s'ils le sont sur des posts vieux de 6 mois ^^