[kronolith] Re: struggling getting free/busy SOLVED

Ben Chavet ben at chavet.net
Wed Feb 23 11:55:20 PST 2005


Looking back, there is one part of my config that I forgot to include.  
notice the "'hook' => true" line (below).  This makes the preference 
system look for a hook function.  This sure threw me for a loop the 
first time, though it is documented in the prefs.php header.

--Ben

horde/config/prefs.php
======================
// user preferred email address for From: line
$_prefs['from_addr'] = array(
    'value' => '',
    'hook' => true,
    'locked' => false,
    'shared' => true,
    'type' => 'text',
    'desc' =>  _("Your From: address:")
);





More information about the kronolith mailing list