From 0e2436f50a61f90da22e75085280bf9f2087699a Mon Sep 17 00:00:00 2001 From: z0rglub Date: Mon, 30 Aug 2004 22:00:46 +0000 Subject: add rating feature git-svn-id: http://piwigo.org/svn/trunk@507 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/constants.php | 1 + 1 file changed, 1 insertion(+) (limited to 'include/constants.php') diff --git a/include/constants.php b/include/constants.php index 483965a9e..ccb2ecd34 100644 --- a/include/constants.php +++ b/include/constants.php @@ -58,4 +58,5 @@ 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'); +define('RATE_TABLE', $table_prefix.'rate'); ?> -- cgit v1.2.3