Loading sources/catalogues.php +0 −1 Original line number Diff line number Diff line Loading @@ -31,7 +31,6 @@ function init__catalogues() global $CAT_FIELDS_CACHE; $CAT_FIELDS_CACHE = []; // We do not actually necessarily use these constants in the code (they're based on an extensive of an old BINARY field): but they're here for reference so as to understand the codes if (!defined('C_DT_FIELDMAPS')) { define('C_DT_FIELDMAPS', 0); define('C_DT_TITLELIST', 1); Loading sources/hooks/systems/addon_registry/catalogues.php +1 −0 Original line number Diff line number Diff line Loading @@ -855,6 +855,7 @@ class Hook_addon_registry_catalogues { if ((($content === null) || (in_array('have_default_catalogues_projects', $content))) && (!has_predefined_content('catalogues', 'have_default_catalogues_projects'))) { require_lang('catalogues'); require_code('catalogues'); // Needed for the constants require_code('permissions2'); require_code('catalogues2'); require_code('lang3'); Loading Loading
sources/catalogues.php +0 −1 Original line number Diff line number Diff line Loading @@ -31,7 +31,6 @@ function init__catalogues() global $CAT_FIELDS_CACHE; $CAT_FIELDS_CACHE = []; // We do not actually necessarily use these constants in the code (they're based on an extensive of an old BINARY field): but they're here for reference so as to understand the codes if (!defined('C_DT_FIELDMAPS')) { define('C_DT_FIELDMAPS', 0); define('C_DT_TITLELIST', 1); Loading
sources/hooks/systems/addon_registry/catalogues.php +1 −0 Original line number Diff line number Diff line Loading @@ -855,6 +855,7 @@ class Hook_addon_registry_catalogues { if ((($content === null) || (in_array('have_default_catalogues_projects', $content))) && (!has_predefined_content('catalogues', 'have_default_catalogues_projects'))) { require_lang('catalogues'); require_code('catalogues'); // Needed for the constants require_code('permissions2'); require_code('catalogues2'); require_code('lang3'); Loading