changeset 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 80bb1ca0114e
children b6ea01331de2
files comment.php
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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);