diff options
author | z0rglub <z0rglub@piwigo.org> | 2004-08-21 12:52:43 +0000 |
---|---|---|
committer | z0rglub <z0rglub@piwigo.org> | 2004-08-21 12:52:43 +0000 |
commit | d4519a348fb8d4dd4af9704b8b6494b5f2b6260a (patch) | |
tree | a820044d89ad5698b617c78b18b6f5f06846ade5 /include/constants.php | |
parent | 5b35869ada1e42e980f753fb7711b4fa51b0502e (diff) |
- add files metadata support : use info for database fields
- distinction between directories synchronization and metadata synchronization
git-svn-id: http://piwigo.org/svn/trunk@486 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-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'); ?> |