1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2025-01-18 07:52:21 +01:00

fix documentation

This commit is contained in:
Jakob Sack 2011-09-15 23:20:49 +02:00
parent 8cc8ec2378
commit 22163ead6d

View File

@ -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);