Fossil SCM
Fix the wording on the documentation of the /announce web page.
Commit
dfe0cf7ebf1f6362947378d7dd26e4164f44a42364e94a0eaf74da053b418a01
Parent
c1bce3f515ddc7e…
1 file changed
+5
-5
+5
-5
| --- src/email.c | ||
| +++ src/email.c | ||
| @@ -2028,15 +2028,15 @@ | ||
| 2028 | 2028 | |
| 2029 | 2029 | /* |
| 2030 | 2030 | ** WEBPAGE: announce |
| 2031 | 2031 | ** |
| 2032 | 2032 | ** A web-form, available to users with the "Send-Announcement" or "A" |
| 2033 | -** capability, that allows one to send an announcements to whomever | |
| 2034 | -** has subscribed to them. The administrator can also send an announcement | |
| 2035 | -** to the entire mailing list (including people who have elected to | |
| 2036 | -** receive no announcements or notifications of any kind, or to | |
| 2037 | -** individual email to anyone. | |
| 2033 | +** capability, that allows one to send announcements to whomever | |
| 2034 | +** has subscribed to receive announcements. The administrator can | |
| 2035 | +** also send a message to an arbitrary email address and/or to all | |
| 2036 | +** subscribers regardless of whether or not they have elected to | |
| 2037 | +** receive announcements. | |
| 2038 | 2038 | */ |
| 2039 | 2039 | void announce_page(void){ |
| 2040 | 2040 | login_check_credentials(); |
| 2041 | 2041 | if( !g.perm.Announce ){ |
| 2042 | 2042 | login_needed(0); |
| 2043 | 2043 |
| --- src/email.c | |
| +++ src/email.c | |
| @@ -2028,15 +2028,15 @@ | |
| 2028 | |
| 2029 | /* |
| 2030 | ** WEBPAGE: announce |
| 2031 | ** |
| 2032 | ** A web-form, available to users with the "Send-Announcement" or "A" |
| 2033 | ** capability, that allows one to send an announcements to whomever |
| 2034 | ** has subscribed to them. The administrator can also send an announcement |
| 2035 | ** to the entire mailing list (including people who have elected to |
| 2036 | ** receive no announcements or notifications of any kind, or to |
| 2037 | ** individual email to anyone. |
| 2038 | */ |
| 2039 | void announce_page(void){ |
| 2040 | login_check_credentials(); |
| 2041 | if( !g.perm.Announce ){ |
| 2042 | login_needed(0); |
| 2043 |
| --- src/email.c | |
| +++ src/email.c | |
| @@ -2028,15 +2028,15 @@ | |
| 2028 | |
| 2029 | /* |
| 2030 | ** WEBPAGE: announce |
| 2031 | ** |
| 2032 | ** A web-form, available to users with the "Send-Announcement" or "A" |
| 2033 | ** capability, that allows one to send announcements to whomever |
| 2034 | ** has subscribed to receive announcements. The administrator can |
| 2035 | ** also send a message to an arbitrary email address and/or to all |
| 2036 | ** subscribers regardless of whether or not they have elected to |
| 2037 | ** receive announcements. |
| 2038 | */ |
| 2039 | void announce_page(void){ |
| 2040 | login_check_credentials(); |
| 2041 | if( !g.perm.Announce ){ |
| 2042 | login_needed(0); |
| 2043 |