[Wiki] changed: LdapPref

Wiki Guest <[email protected]>
Newsgroups gmane.comp.horde.cvs
Message-ID <[email protected]>
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:")


--
To unsubscribe, mail: [email protected]
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.