Index: trunk/extensions/ArticleComments/ArticleComments.php |
— | — | @@ -480,7 +480,7 @@ |
481 | 481 | ); |
482 | 482 | foreach ( $spampatterns as $sp ) { |
483 | 483 | foreach ( $fields as $field ) { |
484 | | - if ( preg_match( $sp, $field ) ) { echo "Is spam! "; |
| 484 | + if ( preg_match( $sp, $field ) ) { |
485 | 485 | $isspam = true; |
486 | 486 | return true; |
487 | 487 | } |