Changeset 3591 in subversion
- Timestamp:
- May 4, 2010 7:16:57 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/example_addressbook/example_addressbook.php
r3587 r3591 17 17 // (maybe this should be configurable by the user?) 18 18 $config = rcmail::get_instance()->config; 19 $sources = $config->get('autocomplete_addressbooks', array('sql'));19 $sources = (array) $config->get('autocomplete_addressbooks', array('sql')); 20 20 if (!in_array($this->abook_id, $sources)) { 21 21 $sources[] = $this->abook_id;
Note: See TracChangeset
for help on using the changeset viewer.
