Update of /cvsroot/php-blog/serendipity/plugins/serendipity_event_spamblock
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25986/plugins/serendipity_event_spamblock
Modified Files:
Tag: branch-smarty
serendipity_event_spamblock.php
Log Message:
* Support for adding timezone offsets in configuration
* Fixed XHTML compliance of calendar
* Adjusted coding style in some places
* Fixed entry preview to not show comments/trackbacks
* Fixed draft display in frontend entry overview
* New variable "is_preview" for smarty template
* Removed some hard-coded language strings in smarty templates
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.25
retrieving revision 1.4.2.26
diff -u -d -r1.4.2.25 -r1.4.2.26
--- serendipity_event_spamblock.php 11 Nov 2004 14:10:34 -0000 1.4.2.25
+++ serendipity_event_spamblock.php 12 Nov 2004 15:43:28 -0000 1.4.2.26
@@ -554,7 +554,7 @@
fwrite($fp, sprintf(
'[%s] - [%s: %s] - [#%s, Name "%s", E-Mail "%s", URL "%s", User-Agent "%s", IP %s] - [%s]' . "\n",
- date('Y-m-d H:i:s'),
+ date('Y-m-d H:i:s', serendipity_serverOffsetHour()),
$switch,
$reason,
$id,
|