Update of /cvsroot/php-blog/serendipity/plugins/serendipity_event_spamblock
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4926/plugins/serendipity_event_spamblock
Modified Files:
serendipity_event_spamblock.php
Log Message:
MFB
Index: serendipity_event_spamblock.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/plugins/serendipity_event_spamblock/serendipity_event_spamblock.php,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- serendipity_event_spamblock.php 1 Dec 2004 12:17:36 -0000 1.33
+++ serendipity_event_spamblock.php 1 Dec 2004 14:57:26 -0000 1.34
@@ -478,6 +478,7 @@
return;
}
+ srand(time());
mt_srand(time());
$width = 120;
$height = 40;
|