svn: /web/doc/trunk/scripts/ gen_doc_activity_email.php
[email protected] (Philip Olson)
| Newsgroups | php.doc.web |
|---|---|
| Message-ID | <[email protected]> |
philip Thu, 02 Jun 2011 17:02:10 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=311736
Log:
Fixed grammar (last weeks vs last week's) as spotted by cjones. Although, 'The weekly' was implemented.
Changed paths:
U web/doc/trunk/scripts/gen_doc_activity_email.php
Modified: web/doc/trunk/scripts/gen_doc_activity_email.php
===================================================================
--- web/doc/trunk/scripts/gen_doc_activity_email.php 2011-06-02 13:28:11 UTC (rev 311735)
+++ web/doc/trunk/scripts/gen_doc_activity_email.php 2011-06-02 17:02:10 UTC (rev 311736)
@@ -169,7 +169,7 @@
$email_text = str_replace('DATES_ACTIVITY', "$time_past to $time_now", $email_text);
if (!DEBUG_MODE) {
- mail('[email protected]', 'Last weeks PHP documentation activity report', $email_text, 'From: [email protected]', '[email protected]');
+ mail('[email protected]', 'The weekly PHP documentation activity report', $email_text, 'From: [email protected]', '[email protected]');
} else {
echo $email_text;
}