diff options
author | thomascube <thomas@roundcube.net> | 2010-03-26 16:38:20 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2010-03-26 16:38:20 +0000 |
commit | a61bbb24aafec5718ca9bc985e7c596c5821f018 (patch) | |
tree | 0aac5efbd70ab7fbdb42cb4d7a0302a3a51f3fac /index.php | |
parent | c75f8e9526d629c9b5aa7396885ae76d20c5c255 (diff) |
Added basic contact groups feature
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -217,6 +217,10 @@ $action_map = array( 'addressbook' => array( 'add' => 'edit.inc', + 'create-group' => 'groups.inc', + 'delete-group' => 'groups.inc', + 'removefromgroup' => 'groups.inc', + 'add2group' => 'groups.inc', ), 'settings' => array( |