]> source.dussan.org Git - nextcloud-server.git/commitdiff
Contacts: Fix copy&paste error
authorBart Visscher <bartv@thisnet.nl>
Thu, 5 Jul 2012 15:12:52 +0000 (17:12 +0200)
committerBart Visscher <bartv@thisnet.nl>
Thu, 5 Jul 2012 15:12:52 +0000 (17:12 +0200)
apps/contacts/lib/addressbook.php

index f33f4a204e70c1ebfb5a6f48cf1e43be95db22d6..40675efd8b4357e7e5675f8d3aef4a44aaa01b28 100644 (file)
@@ -41,7 +41,7 @@ class OC_Contacts_Addressbook{
        /**
         * @brief Returns the list of addressbooks for a specific user.
         * @param string $uid
-        * @param boolean $active Only return calendars with this $active state, default(=false) is don't care
+        * @param boolean $active Only return addressbooks with this $active state, default(=false) is don't care
         * @return array or false.
         */
        public static function all($uid, $active=false){