mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-14 20:33:48 +00:00
Increased MAX_ATTACHMENT to 50
SVN revision: 518
This commit is contained in:
parent
0def866a35
commit
a39f236185
@ -6,6 +6,9 @@
|
|||||||
Contents: Web server program for Electronic Logbook ELOG
|
Contents: Web server program for Electronic Logbook ELOG
|
||||||
|
|
||||||
$Log$
|
$Log$
|
||||||
|
Revision 1.98 2003/05/02 06:57:40 midas
|
||||||
|
Increased MAX_ATTACHMENT to 50
|
||||||
|
|
||||||
Revision 1.97 2003/05/01 08:34:04 midas
|
Revision 1.97 2003/05/01 08:34:04 midas
|
||||||
Fixed bug with logbooks containing blanks in registration notification
|
Fixed bug with logbooks containing blanks in registration notification
|
||||||
|
|
||||||
@ -929,7 +932,7 @@ char theme_name[80];
|
|||||||
|
|
||||||
#define MAX_GROUPS 32
|
#define MAX_GROUPS 32
|
||||||
#define MAX_PARAM 100
|
#define MAX_PARAM 100
|
||||||
#define MAX_ATTACHMENTS 20
|
#define MAX_ATTACHMENTS 50
|
||||||
#define MAX_N_LIST 100
|
#define MAX_N_LIST 100
|
||||||
#define MAX_N_ATTR 50
|
#define MAX_N_ATTR 50
|
||||||
#define CMD_SIZE 10000
|
#define CMD_SIZE 10000
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user