[horde] Why is last name a required entry for contacts in turba?

Patrick Boutilier boutilpj at ednet.ns.ca
Fri Apr 24 22:40:42 UTC 2009


Kliakhandler Kosta wrote:
> 
> Hello,          
> 
> I don't understand why last name isa required field in turba entries. This is really a pain for me,because I don't want to add a last name entry for certain people (likemy family).  
> 

Change this in turba/config/attributes.php

$attributes['lastname'] = array(
     'label' => _("Last Name"),
     'type' => 'text',
     'required' => true
);



>            Thanks in advance for the information,
>            Kosta.
> 
> 
> 
> ------------------------------------------------------------------------
> 
> --
> Horde mailing list - Join the hunt: http://horde.org/bounties/#horde
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: horde-unsubscribe at lists.horde.org



More information about the horde mailing list