From 2faf2639ee89ab6e92ac474bbc01ca226c4c4ed3 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Mon, 2 Jan 2006 17:30:59 +0000 Subject: - install style and style elements - refresh template and style cache git-svn-id: file:///svn/phpbb/trunk@5416 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/constants.php | 1 - 1 file changed, 1 deletion(-) (limited to 'phpBB/includes/constants.php') diff --git a/phpBB/includes/constants.php b/phpBB/includes/constants.php index b6932e5439..eb4217fb5c 100644 --- a/phpBB/includes/constants.php +++ b/phpBB/includes/constants.php @@ -141,7 +141,6 @@ define('FORUMS_ACCESS_TABLE', $table_prefix.'forum_access'); define('FORUMS_TRACK_TABLE', $table_prefix.'forums_marking'); define('FORUMS_WATCH_TABLE', $table_prefix.'forums_watch'); define('GROUPS_TABLE', $table_prefix.'groups'); -define('GROUPS_MODERATOR_TABLE', $table_prefix.'groups_moderator'); define('ICONS_TABLE', $table_prefix.'icons'); define('LANG_TABLE', $table_prefix.'lang'); define('LOG_TABLE', $table_prefix.'log'); -- cgit v1.2.1