summaryrefslogtreecommitdiff
path: root/roundcubemail/config
diff options
context:
space:
mode:
authorthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-03-26 16:38:20 +0000
committerthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-03-26 16:38:20 +0000
commitbd5d5af44f31861c40b2a0cde573e974a9d5b6bf (patch)
tree49528eae7022cf601115aee0e169d527a5f23ef0 /roundcubemail/config
parent7ae2aa58bc71e0689dea7cb8cd704242f5b9a80b (diff)
Added basic contact groups feature
git-svn-id: https://svn.roundcube.net/trunk@3425 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/config')
-rw-r--r--roundcubemail/config/db.inc.php.dist4
1 files changed, 4 insertions, 0 deletions
diff --git a/roundcubemail/config/db.inc.php.dist b/roundcubemail/config/db.inc.php.dist
index eeca64718..a7cfe2120 100644
--- a/roundcubemail/config/db.inc.php.dist
+++ b/roundcubemail/config/db.inc.php.dist
@@ -44,6 +44,10 @@ $rcmail_config['db_table_identities'] = 'identities';
$rcmail_config['db_table_contacts'] = 'contacts';
+$rcmail_config['db_table_contactgroups'] = 'contactgroups';
+
+$rcmail_config['db_table_contactgroupmembers'] = 'contactgroupmembers';
+
$rcmail_config['db_table_session'] = 'session';
$rcmail_config['db_table_cache'] = 'cache';