[horde] Crashed Horde when tried to implement multiple emails for single contact

Louis-Philippe Allard lp.allard.1 at gmail.com
Sat Jan 28 21:10:01 UTC 2012


Quoting Michael J Rubinsky <mrubinsk at horde.org>:
> 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[1])
> mrubinsk at horde.org
>
>   --
>   Horde mailing list
>   Frequently Asked Questions: http://horde.org/faq/To unsubscribe,  
> mail: horde-unsubscribe at lists.horde.org

It was the problem...  Simple but I'll teach me not to copy/paste like an
idiot! ;)

Thanks Mike!

Louis-Philippe Allard
lp.allard.1 at gmail.com
    Sent from Horde Groupware - GNU/Linux



Links:
------
[1] http://www.horde.org


More information about the horde mailing list