# HG changeset patch # User Franck Deroche # Date 1266354968 -3600 # Node ID 7f0347d4c75e4692e3301601c6015ae66cc4fd16 # Parent 80bb1ca0114eac050053a618fd9123c8d975146d Commentaires: On passe a une modération a priori diff -r 80bb1ca0114e -r 7f0347d4c75e comment.php --- 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);