diff msite.inc.php @ 977:a1da651a2e45

Add compo notes field.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 29 Nov 2014 13:08:17 +0200
parents 26ae3f21a3bb
children 678b44a20e1a
line wrap: on
line diff
--- a/msite.inc.php	Sat Nov 29 12:46:41 2014 +0200
+++ b/msite.inc.php	Sat Nov 29 13:08:17 2014 +0200
@@ -26,6 +26,7 @@
 
 define("SET_LEN_COMPO_NAME", 128);
 define("SET_LEN_COMPO_DESC", 4096);
+define("SET_LEN_COMPO_NOTES", 4096);
 define("SET_LEN_COMPO_PATH", 128);
 
 define("SET_LEN_ENTRY_NAME", 64);