Index: branches/RC/core/kernel/constants.php =================================================================== diff -u -N -r10294 -r10857 --- branches/RC/core/kernel/constants.php (.../constants.php) (revision 10294) +++ branches/RC/core/kernel/constants.php (.../constants.php) (revision 10857) @@ -71,5 +71,16 @@ define('clCREATE', 1); define('clUPDATE', 2); define('clDELETE', 3); + + /** + * Separator for ValueList fields + * + */ + define('VALUE_LIST_SEPARATOR', '||'); + // template editing modes + define('EDITING_MODE_CMS', 1); + define('EDITING_MODE_LAYOUT', 2); + define('EDITING_MODE_DESIGN', 3); + ?> \ No newline at end of file