[horde] Crashed Horde when tried to implement multiple emails for single contact
Michael J Rubinsky
mrubinsk at horde.org
Sat Jan 28 20:17:39 UTC 2012
Quoting Louis-Philippe Allard <lp.allard.1 at gmail.com>:
<snip>
> What I've done:
>
> 1-Logout of Horde
> 2-Created a attribute.local.php with the following in it:
>
> $attributes['email'] = array(
> 'label' => _("Email"),
> 'type' => 'email',
> 'required' => false,
> 'params' => array('allow_multi' => true, 'strip_domain' => false,
> 'link_compose' => true)
> );
> $attributes['workEmail'] = array(
> 'label' => _("Work Email"),
> 'type' => 'email',
> 'required' => false,
> 'params' => array('allow_multi' => true, 'strip_domain' => false,
> 'link_compose' => true)
> );
> $attributes['homeEmail'] = array(
> 'label' => _("Home Email"),
> 'type' => 'email',
> 'required' => false,
> 'params' => array('allow_multi' => true, 'strip_domain' => false,
> 'link_compose' => true)
> );
Does the file have an opening <?php tag?
--
mike
The Horde Project (www.horde.org)
mrubinsk at horde.org
More information about the horde
mailing list