From c0297f4172da47a20350d597176ecafee47c97bb Mon Sep 17 00:00:00 2001 From: thomascube Date: Wed, 31 Mar 2010 15:23:22 +0000 Subject: Asynchronously expand contact groups + skip count queries in autocompletion mode + check for the existance of contactgroups table --- index.php | 1 + 1 file changed, 1 insertion(+) (limited to 'index.php') diff --git a/index.php b/index.php index f7a3bd3ca..b029d7338 100644 --- a/index.php +++ b/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( -- cgit v1.2.3