Update of /cvsroot/php-blog/serendipity/plugins/serendipity_event_spamblock
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26377
Modified Files:
serendipity_event_spamblock.php
Log Message:
remove debug value
Index: serendipity_event_spamblock.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/plugins/serendipity_event_spamblock/serendipity_event_spamblock.php,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- serendipity_event_spamblock.php 22 Sep 2004 15:14:49 -0000 1.7
+++ serendipity_event_spamblock.php 22 Sep 2004 15:27:00 -0000 1.8
@@ -147,7 +147,7 @@
// of if kaptchas are activated for every entry
$show_captcha = ($captchas && isset($eventData['timestamp']) && ($captchas_ttl < 1 || ($eventData['timestamp'] < (time() - ($captchas_ttl*60*60*24)))) ? true : false);
- $forcemoderation = $this->get_config('forcemoderation', 1);
+ $forcemoderation = $this->get_config('forcemoderation', 60);
$links_moderate = $this->get_config('links_moderate', 10);
$links_reject = $this->get_config('links_reject', 20);
|