summaryrefslogtreecommitdiff
path: root/roundcubemail/program/include/rcube_contacts.php
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-10-27 07:23:57 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-10-27 07:23:57 +0000
commit068277d4f0c6b5601089a7999e9a9114fa51db46 (patch)
tree32ae931d715921976d352dd37f45537ed6973aa8 /roundcubemail/program/include/rcube_contacts.php
parent11472bcc7f033678a4ecc0025d1aba3bc5c167e2 (diff)
- Add rcube_addressbook::get_record_groups() (#1487089)
git-svn-id: https://svn.roundcube.net/trunk@4145 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/include/rcube_contacts.php')
-rw-r--r--roundcubemail/program/include/rcube_contacts.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/roundcubemail/program/include/rcube_contacts.php b/roundcubemail/program/include/rcube_contacts.php
index e1dc7c535..d017793e9 100644
--- a/roundcubemail/program/include/rcube_contacts.php
+++ b/roundcubemail/program/include/rcube_contacts.php
@@ -355,10 +355,10 @@ class rcube_contacts extends rcube_addressbook
/**
- * Get group assignments of a specific contacr record
+ * Get group assignments of a specific contact record
*
* @param mixed Record identifier
- * @param array List of assigned groups as ID=>Name pairs
+ * @return array List of assigned groups as ID=>Name pairs
*/
function get_record_groups($id)
{
@@ -384,7 +384,7 @@ class rcube_contacts extends rcube_addressbook
/**
* Create a new contact record
*
- * @param array Assoziative array with save data
+ * @param array Associative array with save data
* @return integer|boolean The created record ID on success, False on error
*/
function insert($save_data, $check=false)