diff --git a/core/trunk/core/core_tables.php b/core/trunk/core/core_tables.php index 921f490255383aee5cbfd04a11e9f60665f0b5a4..90ca4d0326a30c171f51941ff12eb27e8d91d8af 100644 --- a/core/trunk/core/core_tables.php +++ b/core/trunk/core/core_tables.php @@ -104,6 +104,9 @@ if (! defined('USERGROUP_CONTENT_TABLE')) { if (! defined('USERGROUPS_SERVICES_TABLE')) { define('USERGROUPS_SERVICES_TABLE', 'usergroups_services'); } +if(! defined('LISTMODELS_CONTENT_TABLE')) { + define('LISTMODELS_CONTENT_TABLE', 'listmodels'); +} if (! defined('USERS_TABLE')) { define('USERS_TABLE', 'users'); }