From d3ee19e6751a76b3928ff694b006cdf39763e162 Mon Sep 17 00:00:00 2001
From: Jakob Sack <kde@jakobsack.de>
Date: Thu, 15 Sep 2011 23:20:49 +0200
Subject: [PATCH] fix documentation

---
 apps/contacts/lib/addressbook.php | 4 ++--
 1 file 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);
-- 
GitLab