Update of /cvsroot/php-blog/serendipity
In directory sc8-pr-cvs1:/tmp/cvs-serv6921
Modified Files:
serendipity_functions.inc.php
Log Message:
Fixed a typo
Index: serendipity_functions.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/serendipity_functions.inc.php,v
retrieving revision 1.107
retrieving revision 1.108
diff -u -d -r1.107 -r1.108
--- serendipity_functions.inc.php 19 Jul 2003 18:21:15 -0000 1.107
+++ serendipity_functions.inc.php 25 Jul 2003 21:08:40 -0000 1.108
@@ -809,7 +809,7 @@
$signature = "\n--"
. "\n" . $serendipity[blogTitle] . ' is powered by Serendipity.'
- . "\n" . 'The best PHP blog around, you can use it to.'
+ . "\n" . 'The best PHP blog around, you can use it too.'
. "\n" . 'Check out <http://s9y.org> to find out how.';
mail($to, $subject, $text.$signature, "From: $fromName <$fromEmail>\r\n");
|