diff options
author | alecpl <alec@alec.pl> | 2011-09-06 16:35:14 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2011-09-06 16:35:14 +0000 |
commit | f8e48df71540b268ceac058d32b8ee848fc2ab6b (patch) | |
tree | d2e8ea19086014e8a89f761a9444e72d84145164 /config | |
parent | 66df084203a217ab74a416064c459cc3420a648c (diff) |
- Merge devel-saved_search branch (Addressbook Saved Searches)
Diffstat (limited to 'config')
-rw-r--r-- | config/db.inc.php.dist | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/db.inc.php.dist b/config/db.inc.php.dist index 78cd96882..12304cd96 100644 --- a/config/db.inc.php.dist +++ b/config/db.inc.php.dist @@ -68,6 +68,8 @@ $rcmail_config['db_sequence_cache'] = 'cache_ids'; $rcmail_config['db_sequence_messages'] = 'message_ids'; +$rcmail_config['db_sequence_searches'] = 'search_ids'; + // end db config file |