diff --git a/core/trunk/core/core_tables.php b/core/trunk/core/core_tables.php index 90ca4d0326a30c171f51941ff12eb27e8d91d8af..c7978122bb9156fe5d5bbf8700768c003e7eefae 100644 --- a/core/trunk/core/core_tables.php +++ b/core/trunk/core/core_tables.php @@ -110,3 +110,6 @@ if(! defined('LISTMODELS_CONTENT_TABLE')) { if (! defined('USERS_TABLE')) { define('USERS_TABLE', 'users'); } +if (! defined('USER_BASKETS_SECONDARY_TABLE')) { + define('USER_BASKETS_SECONDARY_TABLE', 'user_baskets_secondary'); +}