mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-10 18:23:28 +00:00
Version 2.5.5-4
SVN revision: 1160
This commit is contained in:
parent
0365fed1bc
commit
43c24060dd
@ -6,6 +6,9 @@
|
|||||||
Contents: Web server program for Electronic Logbook ELOG
|
Contents: Web server program for Electronic Logbook ELOG
|
||||||
|
|
||||||
$Log$
|
$Log$
|
||||||
|
Revision 1.529 2005/01/04 19:42:52 midas
|
||||||
|
Version 2.5.5-4
|
||||||
|
|
||||||
Revision 1.528 2005/01/04 10:31:10 midas
|
Revision 1.528 2005/01/04 10:31:10 midas
|
||||||
Changed date format to RFC-822 in RSS feed
|
Changed date format to RFC-822 in RSS feed
|
||||||
|
|
||||||
@ -695,7 +698,7 @@
|
|||||||
\********************************************************************/
|
\********************************************************************/
|
||||||
|
|
||||||
/* Version of ELOG */
|
/* Version of ELOG */
|
||||||
#define VERSION "2.5.5-3"
|
#define VERSION "2.5.5-4"
|
||||||
char cvs_revision[] = "$Id$";
|
char cvs_revision[] = "$Id$";
|
||||||
|
|
||||||
/* ELOG identification */
|
/* ELOG identification */
|
||||||
@ -2266,7 +2269,7 @@ INT sendmail(LOGBOOK * lbs, char *smtp_host, char *from, char *to,
|
|||||||
if (email_to)
|
if (email_to)
|
||||||
snprintf(str, strsize - 1, "To: %s\r\n", to);
|
snprintf(str, strsize - 1, "To: %s\r\n", to);
|
||||||
else
|
else
|
||||||
snprintf(str, strsize - 1, "To: ELOG user\r\n");
|
snprintf(str, strsize - 1, "To: ELOG\r\n");
|
||||||
|
|
||||||
send(s, str, strlen(str), 0);
|
send(s, str, strlen(str), 0);
|
||||||
if (verbose)
|
if (verbose)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user