[Tickets #7713] prefs addressbooks and localldap \n and \t
    bugs at horde.org 
    bugs at horde.org
       
    Fri Nov 21 12:19:55 UTC 2008
    
    
  
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/7713
------------------------------------------------------------------------------
  Ticket             | 7713
  Created By         | dom.lalot at gmail.com
  Summary            | prefs addressbooks and localldap \n and \t
  Queue              | Turba
  Version            | 2.3
  Type               | Bug
  State              | Unconfirmed
  Priority           | 1. Low
  Milestone          |
  Patch              |
  Owners             |
------------------------------------------------------------------------------
dom.lalot at gmail.com (2008-11-21 07:19) wrote:
BAD comment, it's not \n but \t. It's not working with \n
// Address books to be displayed in the address book selection widget
// and in the Browse menu item.  The address book name is stored using
// the source key from sources.php (e.g. "localsql").  Separate
// entries with "\n" , e. g. 'value' => "localsql\nlocalldap" (the
// double quotes are REQUIRED).  If 'value' is empty (''), all address
// books that the user has permissions to will be listed.
$_prefs['addressbooks'] = array(
     'value' => "localsql\tlocalldap",
     'locked' => true,
     'shared' => false,
     'type' => 'implicit',
);
    
    
More information about the bugs
mailing list