diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-03-31 15:23:22 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-03-31 15:23:22 +0000 |
| commit | 64be498b8042be839e0fb20aa08e0c36a7cc3b2d (patch) | |
| tree | de59a3b3823fd85710072bf85f32ae96f8a0dc34 /roundcubemail/index.php | |
| parent | 583547321ea293e21cd112af67e5ec878ac9912e (diff) | |
Asynchronously expand contact groups + skip count queries in autocompletion mode + check for the existance of contactgroups table
git-svn-id: https://svn.roundcube.net/trunk@3449 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/index.php')
| -rw-r--r-- | roundcubemail/index.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roundcubemail/index.php b/roundcubemail/index.php index f7a3bd3ca..b029d7338 100644 --- a/roundcubemail/index.php +++ b/roundcubemail/index.php @@ -213,6 +213,7 @@ $action_map = array( 'remove-attachment' => 'attachments.inc', 'display-attachment' => 'attachments.inc', 'upload' => 'attachments.inc', + 'group-expand' => 'autocomplete.inc', ), 'addressbook' => array( |
