diff --git a/core/trunk/core/core_tables.php b/core/trunk/core/core_tables.php index 74c86fafb491a1e16b28d9c0c8aa7f941c59845e..e5410c000e6ecdd1a2e4281ad4262efd8853ca1f 100644 --- a/core/trunk/core/core_tables.php +++ b/core/trunk/core/core_tables.php @@ -29,6 +29,7 @@ * @version $Revision$ * @ingroup core */ + if (! defined('ACTIONS_TABLE')) { define('ACTIONS_TABLE', 'actions'); } @@ -115,4 +116,4 @@ if (! defined('EMAIL_SIGNATURES_TABLE')) { } if (! defined('USER_BASKETS_SECONDARY_TABLE')) { define('USER_BASKETS_SECONDARY_TABLE', 'user_baskets_secondary'); -} +} \ No newline at end of file