diff options
author | thomascube <thomas@roundcube.net> | 2010-03-31 15:23:22 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2010-03-31 15:23:22 +0000 |
commit | c0297f4172da47a20350d597176ecafee47c97bb (patch) | |
tree | fc7ce0fc563577c996654d1e123ead119a5a2245 /index.php | |
parent | 3baa72a62fc69dda8306674da6d150efbf2cd55b (diff) |
Asynchronously expand contact groups + skip count queries in autocompletion mode + check for the existance of contactgroups table
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -213,6 +213,7 @@ $action_map = array( 'remove-attachment' => 'attachments.inc', 'display-attachment' => 'attachments.inc', 'upload' => 'attachments.inc', + 'group-expand' => 'autocomplete.inc', ), 'addressbook' => array( |