mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-08 17:13:56 +00:00
Change email notification format
SVN revision: 632
This commit is contained in:
parent
96fa587b6f
commit
42950f94e9
@ -6,6 +6,9 @@
|
|||||||
Contents: Web server program for Electronic Logbook ELOG
|
Contents: Web server program for Electronic Logbook ELOG
|
||||||
|
|
||||||
$Log$
|
$Log$
|
||||||
|
Revision 1.161 2003/12/03 12:10:24 midas
|
||||||
|
Change email notification format
|
||||||
|
|
||||||
Revision 1.160 2003/12/03 11:55:27 midas
|
Revision 1.160 2003/12/03 11:55:27 midas
|
||||||
Added 'use email heading'
|
Added 'use email heading'
|
||||||
|
|
||||||
@ -10245,8 +10248,9 @@ char list[MAX_PARAM][NAME_LENGTH], url[256], comment[256];
|
|||||||
|
|
||||||
if (flags & 8)
|
if (flags & 8)
|
||||||
{
|
{
|
||||||
sprintf(mail_text+strlen(mail_text), "\r\n=================================\r\n\r\n%s",
|
if (*getparam("text"))
|
||||||
getparam("text"));
|
sprintf(mail_text+strlen(mail_text), "\r\n=================================\r\n\r\n%s",
|
||||||
|
getparam("text"));
|
||||||
}
|
}
|
||||||
|
|
||||||
status = 0;
|
status = 0;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user