summaryrefslogtreecommitdiff
path: root/program/include/rcube_contacts.php
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2010-10-27 07:23:57 +0000
committeralecpl <alec@alec.pl>2010-10-27 07:23:57 +0000
commitb393e542472ed9a6b6aada78103e1ad26e167973 (patch)
treebbd8eacc212e78af34afc455b891b02cdc1bc69a /program/include/rcube_contacts.php
parent125e935306ae32850a6baaea537485983f4359d1 (diff)
- Add rcube_addressbook::get_record_groups() (#1487089)
Diffstat (limited to 'program/include/rcube_contacts.php')
-rw-r--r--program/include/rcube_contacts.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/program/include/rcube_contacts.php b/program/include/rcube_contacts.php
index e1dc7c535..d017793e9 100644
--- a/program/include/rcube_contacts.php
+++ b/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)