[turba] add new features in Turba

Ataru ataru_m2003 at yahoo.it
Wed Oct 11 06:01:14 PDT 2006


Jan Schneider <jan <at> horde.org> writes:
> Birthdays work, binary data not.

Thank you
and, what are the right steps to follow to add the birthday attribute?

I read something about three files:
source.php
attributes.php
turba_objects.sql

I wrote this 
$attributes['birthday'] = array(
    'label' => _("Data di nascita"),
    'type' => 'date',
    'required' => false    
);
on attributes.php

and this:
'birthday' => 'object_birthday',
on source.php

then I wrote 
object_birthday DATE

into the sql script

is this enough?

thanks again




More information about the turba mailing list