mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-08 17:13:56 +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
|
||||
|
||||
$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
|
||||
Fixed bug with logbooks containing blanks in registration notification
|
||||
|
||||
@ -929,7 +932,7 @@ char theme_name[80];
|
||||
|
||||
#define MAX_GROUPS 32
|
||||
#define MAX_PARAM 100
|
||||
#define MAX_ATTACHMENTS 20
|
||||
#define MAX_ATTACHMENTS 50
|
||||
#define MAX_N_LIST 100
|
||||
#define MAX_N_ATTR 50
|
||||
#define CMD_SIZE 10000
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user