diff msite.inc.php @ 533:f872843ae396

Add file path to compo data.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 12 Dec 2013 00:26:50 +0200
parents ec30ad303bd1
children 88c048f3b9e1
line wrap: on
line diff
--- a/msite.inc.php	Wed Dec 11 01:32:39 2013 +0200
+++ b/msite.inc.php	Thu Dec 12 00:26:50 2013 +0200
@@ -25,6 +25,7 @@
 
 define("SET_LEN_COMPO_NAME", 128);
 define("SET_LEN_COMPO_DESC", 4096);
+define("SET_LEN_COMPO_PATH", 128);
 
 define("SET_LEN_ENTRY_NAME", 64);
 define("SET_LEN_ENTRY_AUTHOR", 64);