diff options
Diffstat (limited to 'include/constants.php')
-rw-r--r-- | include/constants.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/constants.php b/include/constants.php index 3ac5816f4..483965a9e 100644 --- a/include/constants.php +++ b/include/constants.php @@ -57,5 +57,5 @@ define('USER_ACCESS_TABLE', $table_prefix.'user_access'); define('USER_GROUP_TABLE', $table_prefix.'user_group'); define('USERS_TABLE', $table_prefix.'users'); define('WAITING_TABLE', $table_prefix.'waiting'); - +define('IMAGE_METADATA_TABLE', $table_prefix.'image_metadata'); ?> |