summaryrefslogtreecommitdiffstats
path: root/apps/contacts/lib/addressbook.php
diff options
context:
space:
mode:
authorJakob Sack <kde@jakobsack.de>2011-09-15 23:20:49 +0200
committerJakob Sack <kde@jakobsack.de>2011-09-15 23:20:49 +0200
commitd3ee19e6751a76b3928ff694b006cdf39763e162 (patch)
treeb8747b7a3fea965ea42d867d0125b81cad49b42d /apps/contacts/lib/addressbook.php
parent4d7ed0f2f548516f21d7545283bc2028a2f635d0 (diff)
downloadnextcloud-server-d3ee19e6751a76b3928ff694b006cdf39763e162.tar.gz
nextcloud-server-d3ee19e6751a76b3928ff694b006cdf39763e162.zip
fix documentation
Diffstat (limited to 'apps/contacts/lib/addressbook.php')
-rw-r--r--apps/contacts/lib/addressbook.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/contacts/lib/addressbook.php b/apps/contacts/lib/addressbook.php
index ebbd24d2041..06857e52418 100644
--- a/apps/contacts/lib/addressbook.php
+++ b/apps/contacts/lib/addressbook.php
@@ -372,8 +372,8 @@ class OC_Contacts_Addressbook{
/**
* @brief Creates a URI for Addressbook
* @param string $name name of the addressbook
- * @param array $existing the uri of the card
- * @return boolean
+ * @param array $existing existing addressbook URIs
+ * @return string new name
*/
public static function createURI($name,$existing){
$name = strtolower($name);