thomascube
2011-10-10 dc6c4f4a28652f428a507b0335f418749cdbc3bd
program/include/rcube_addressbook.php
@@ -296,6 +296,18 @@
    }
    /**
     * Get group properties such as name and email address(es)
     *
     * @param string Group identifier
     * @return array Group properties as hash array
     */
    function get_group($group_id)
    {
        /* empty for address books don't supporting groups */
        return null;
    }
    /**
     * Create a contact group with the given name
     *
     * @param string The group name