diff comment.php @ 79:7f0347d4c75e

Commentaires: On passe a une modération a priori
author Franck Deroche <root@hedwige.defr.net>
date Tue, 16 Feb 2010 22:16:08 +0100
parents e43b756548b4
children 0b635e3ae1a1 1f2410012dbc
line wrap: on
line diff
--- a/comment.php	Sun Jul 13 15:08:32 2008 +0200
+++ b/comment.php	Tue Feb 16 22:16:08 2010 +0100
@@ -35,7 +35,7 @@
 	if(!$ak->errorsExist())
 	  $visibleBool = !$ak->isSpam();
 	else
-	  $visibleBool = true;
+	  $visibleBool = false;
 	
 	// Suppression d'un gros lourd
 	$visibleBool &= (ereg('^ma[0-9]+zda$', $Auteur) === false);