comparison 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
comparison
equal deleted inserted replaced
976:b0a8cb63334e 977:a1da651a2e45
24 define("SET_LEN_NEWS_TEXT", 4096); 24 define("SET_LEN_NEWS_TEXT", 4096);
25 define("SET_LEN_NEWS_AUTHOR", 64); 25 define("SET_LEN_NEWS_AUTHOR", 64);
26 26
27 define("SET_LEN_COMPO_NAME", 128); 27 define("SET_LEN_COMPO_NAME", 128);
28 define("SET_LEN_COMPO_DESC", 4096); 28 define("SET_LEN_COMPO_DESC", 4096);
29 define("SET_LEN_COMPO_NOTES", 4096);
29 define("SET_LEN_COMPO_PATH", 128); 30 define("SET_LEN_COMPO_PATH", 128);
30 31
31 define("SET_LEN_ENTRY_NAME", 64); 32 define("SET_LEN_ENTRY_NAME", 64);
32 define("SET_LEN_ENTRY_AUTHOR", 64); 33 define("SET_LEN_ENTRY_AUTHOR", 64);
33 define("SET_LEN_ENTRY_FILENAME", 128); 34 define("SET_LEN_ENTRY_FILENAME", 128);