[cvs] [Wiki] changed: LdapPref
Wiki Guest
wikiguest at horde.org
Thu Jan 8 14:23:54 UTC 2009
guest [62.197.179.131] Thu, 08 Jan 2009 09:23:54 -0500
Modified page: http://wiki.horde.org/LdapPref
New Revision: 1.5
Change log: hook should be true, not value
@@ -43,9 +43,10 @@
// user full name for From: line
// If you lock this preference, you must specify a value or a hook for it in
// horde/config/hooks.php.
$_prefs['fullname'] = array(
- 'value' => true,
+ 'value' => '',
+ 'hook' => true,
'locked' => false,
'shared' => true,
'type' => 'text',
'desc' => _("Your full name:")
@@ -54,9 +55,10 @@
// user preferred email address for From: line
// If you lock this preference, you must specify a value or a hook for it in
// horde/config/hooks.php.
$_prefs['from_addr'] = array(
- 'value' => true,
+ 'value' => '',
+ 'hook' => true,
'locked' => false,
'shared' => true,
'type' => 'text',
'desc' => _("Your From: address:")
More information about the cvs
mailing list