changeset 980:18b48fe650ec

Change limit of info field.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 29 Nov 2014 14:11:36 +0200
parents 678b44a20e1a
children e6e6be0218f8
files msite.inc.php
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/msite.inc.php	Sat Nov 29 13:19:54 2014 +0200
+++ b/msite.inc.php	Sat Nov 29 14:11:36 2014 +0200
@@ -32,7 +32,7 @@
 define("SET_LEN_ENTRY_NAME", 64);
 define("SET_LEN_ENTRY_AUTHOR", 64);
 define("SET_LEN_ENTRY_FILENAME", 128);
-define("SET_LEN_ENTRY_INFO", 40*3);
+define("SET_LEN_ENTRY_INFO", 50*4);
 define("SET_LEN_ENTRY_NOTES", 1024);
 define("SET_LEN_ENTRY_PREVIEW_FILE", 128);