Update of /cvsroot/php-blog/serendipity
In directory sc8-pr-cvs1:/tmp/cvs-serv29002
Modified Files:
serendipity_functions.inc.php
Log Message:
Silly last-minute mistake :(
Sorry
Index: serendipity_functions.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/serendipity_functions.inc.php,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -d -r1.66 -r1.67
--- serendipity_functions.inc.php 16 Jun 2003 17:54:21 -0000 1.66
+++ serendipity_functions.inc.php 16 Jun 2003 17:55:35 -0000 1.67
@@ -435,7 +435,7 @@
$x = 0;
foreach ($comments as $comment) {
$x++;
- /* Protect submitted mails against spam, by replacing @ with [at */]
+ /* Protect submitted mails against spam, by replacing @ with [at]*/
if ( !empty($comment['email']) ) {
$comment['email'] = str_replace('@', '[at]', $comment['email']);
}
|