changeset 796:589cb2d88332

Make entry info field shorter.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 21 Nov 2014 23:51:01 +0200
parents f4b99fed50b4
children 7126403af18f
files msite.inc.php
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/msite.inc.php	Fri Nov 21 23:46:37 2014 +0200
+++ b/msite.inc.php	Fri Nov 21 23:51:01 2014 +0200
@@ -31,7 +31,7 @@
 define("SET_LEN_ENTRY_NAME", 64);
 define("SET_LEN_ENTRY_AUTHOR", 64);
 define("SET_LEN_ENTRY_FILENAME", 128);
-define("SET_LEN_ENTRY_INFO", 1024);
+define("SET_LEN_ENTRY_INFO", 40*3);
 define("SET_LEN_ENTRY_NOTES", 1024);
 define("SET_LEN_ENTRY_PREVIEW_FILE", 128);