Update of /cvsroot/php-blog/serendipity
In directory sc8-pr-cvs1:/tmp/cvs-serv25504
Modified Files:
serendipity_functions.inc.php
Log Message:
If we are going to be annoying, why not go all the way?
Index: serendipity_functions.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/serendipity_functions.inc.php,v
retrieving revision 1.108
retrieving revision 1.109
diff -u -d -r1.108 -r1.109
--- serendipity_functions.inc.php 25 Jul 2003 21:08:40 -0000 1.108
+++ serendipity_functions.inc.php 26 Jul 2003 09:04:58 -0000 1.109
@@ -809,7 +809,7 @@
$signature = "\n--"
. "\n" . $serendipity[blogTitle] . ' is powered by Serendipity.'
- . "\n" . 'The best PHP blog around, you can use it too.'
+ . "\n" . 'The best 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");
|