mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-08 17:13:56 +00:00
Added $elogbook
SVN revision: 1452
This commit is contained in:
parent
4659afd657
commit
086df056de
@ -6,6 +6,9 @@
|
|||||||
Contents: Web server program for Electronic Logbook ELOG
|
Contents: Web server program for Electronic Logbook ELOG
|
||||||
|
|
||||||
$Log$
|
$Log$
|
||||||
|
Revision 1.723 2005/07/26 07:59:46 ritt
|
||||||
|
Added $elogbook
|
||||||
|
|
||||||
Revision 1.722 2005/07/26 07:27:00 ritt
|
Revision 1.722 2005/07/26 07:27:00 ritt
|
||||||
Version 2.6.0-beta3
|
Version 2.6.0-beta3
|
||||||
|
|
||||||
@ -8353,6 +8356,10 @@ int build_subst_list(LOGBOOK * lbs, char list[][NAME_LENGTH], char value[][NAME_
|
|||||||
|
|
||||||
/* add logbook */
|
/* add logbook */
|
||||||
strcpy(list[i], "logbook");
|
strcpy(list[i], "logbook");
|
||||||
|
strlcpy(value[i++], lbs->name, NAME_LENGTH);
|
||||||
|
|
||||||
|
/* add logbook */
|
||||||
|
strcpy(list[i], "elogbook");
|
||||||
strlcpy(value[i++], lbs->name_enc, NAME_LENGTH);
|
strlcpy(value[i++], lbs->name_enc, NAME_LENGTH);
|
||||||
|
|
||||||
/* add date */
|
/* add date */
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user