[cvs] [Wiki] changed: LdapPref
Wiki Guest
wikiguest at horde.org
Tue Jun 20 02:37:16 PDT 2006
guest [192.54.193.51] Tue, 20 Jun 2006 02:37:16 -0700
Modified page: http://wiki.horde.org/LdapPref
New Revision: 1.3
Change log: change value
@@ -43,9 +43,9 @@
// 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' => true,
'locked' => false,
'shared' => true,
'type' => 'text',
'desc' => _("Your full name:")
@@ -54,9 +54,9 @@
// 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' => true,
'locked' => false,
'shared' => true,
'type' => 'text',
'desc' => _("Your From: address:")
More information about the cvs
mailing list