From 4128835db8d7b8e619951d4c31e23bd934758f09 Mon Sep 17 00:00:00 2001 From: gweltas Date: Sat, 20 Mar 2004 00:52:37 +0000 Subject: - Template migration - Admin Control Panel migration - Language migration git-svn-id: http://piwigo.org/svn/trunk@393 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/constants.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'include/constants.php') diff --git a/include/constants.php b/include/constants.php index 473bacfdc..ddc6a639d 100644 --- a/include/constants.php +++ b/include/constants.php @@ -29,6 +29,9 @@ define('DEBUG', 1); // Debugging on //define('DEBUG', 0); // Debugging off +// User level +define('ANONYMOUS', 2); + // Error codes define('GENERAL_MESSAGE', 200); define('GENERAL_ERROR', 202); @@ -40,7 +43,7 @@ define('CATEGORIES_TABLE', $table_prefix.'categories'); define('COMMENTS_TABLE', $table_prefix.'comments'); define('CONFIG_TABLE', $table_prefix.'config'); define('FAVORITES_TABLE', $table_prefix.'favorites'); -define('GROUPS_ACCESS_TABLE', $table_prefix.'group_access'); +define('GROUP_ACCESS_TABLE', $table_prefix.'group_access'); define('GROUPS_TABLE', $table_prefix.'groups'); define('HISTORY_TABLE', $table_prefix.'history'); define('IMAGE_CATEGORY_TABLE', $table_prefix.'image_category'); -- cgit v1.2.3