Browse Source

Contacts: Fix copy&paste error

remotes/origin/stable5
Bart Visscher 14 years ago
parent
commit
5e0b80dc8d
  1. 2
      apps/contacts/lib/addressbook.php

2
apps/contacts/lib/addressbook.php

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

Loading…
Cancel
Save