[kronolith] Address book to search for FB info

Thomas M. O'Brien thomas at creativebusinessystems.com
Thu Oct 7 07:41:14 PDT 2004


Quoting Jan Schneider <jan at horde.org>:

> Zitat von "Thomas M. O'Brien" <thomas at creativebusinessystems.com>:
>
>> Hello,
>>
>> I see this in /kronolith/config/prefs.php but I'm unclear in how to 
>> configure
>> it. When I go to the web interface to pick an address book there are no
>> choices. I use a local sql based address book.
>>
>> // Addressbooks to search for free/busy URLs
>> $_prefs['search_abook'] = array(
>>     'value' => 'a:0:{}',
>>     'locked' => false,
>>     'shared' => false,
>>     'type' => 'multienum',
>>     'enum' => array (),
>>     'desc' => _("Choose the address books to search for free/busy URLs:")
>> );
>
> This pref is currently broken.
>

Just an FYI and for what it's worth. When this pref looked like this:

// Addressbooks to search for free/busy URLs
$_prefs['search_abook'] = array(
     'value' => 'a:0:{}',
     'locked' => false,
     'shared' => false,
     'type' => 'multienum',
     'enum' => $_address_books,
     'desc' => _("Choose the address books to search for free/busy URLs:")
);

"My Address Book" showed up in the pick list in the web interface.




More information about the kronolith mailing list