[turba] Correct Way to Implement Public & Private Addressbook s?

Andy andyw@black.hole-in-the.net
Wed, 19 Sep 2001 14:29:35 +0100


> Should the table be the same as well? As well as 
> params and map array? So far I can add entries,
> as well as see entries, but they are *all* public.
> 



I use a differnt table set up exactly the same as turba_objects but call it turba_objects_private.

Then i set the variable 

 'public' => true,

to true on the public table and false on the private table. 
Hope this helps.
-- 


andy
-------------------------------------------------------------------------------------------
$andys_head->configure(-state => 'disabled', -size => 'small', -relief => 'needing some');

andyw@black.hole-in-the.net
-------------------------------------------------------------------------------------------