# HG changeset patch # User Matti Hamalainen # Date 1417263096 -7200 # Node ID 18b48fe650ec2e8e9d709366fa345bb637392a76 # Parent 678b44a20e1aff7c3b4c2468604eed724abed6f6 Change limit of info field. diff -r 678b44a20e1a -r 18b48fe650ec msite.inc.php --- 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);