Update of /cvsroot/php-blog/serendipity/plugins/serendipity_event_spamblock
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26232
Modified Files:
Tag: branch-smarty
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.4.2.4
retrieving revision 1.4.2.5
diff -u -d -r1.4.2.4 -r1.4.2.5
--- serendipity_event_spamblock.php 22 Sep 2004 15:25:33 -0000 1.4.2.4
+++ serendipity_event_spamblock.php 22 Sep 2004 15:26:29 -0000 1.4.2.5
@@ -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);
|