RE: [phpGroupWare-developers] Re: categories

2008-05-20 Thread Sigurd Nes
> From: Dave Hall [EMAIL PROTECTED] > Sent: 2008-05-20 13:32:38 CEST > To: phpgroupware-developers@gnu.org > Subject: Re: [phpGroupWare-developers] Re: categories > > On Tue, 2008-05-20 at 04:21 -0700, Sigurd Nes wrote: > > > > sigurdne wrote on Wed,

Re: [phpGroupWare-developers] Re: categories

2008-05-20 Thread Dave Hall
On Tue, 2008-05-20 at 04:21 -0700, Sigurd Nes wrote: > > sigurdne wrote on Wed, 14 May 2008 15:36 > > Hi all > > > > Is it necessary to mark categories with 'Global' ? > > > > if ($cat['owner'] == '-1') > > { > > $name .= ' [' . lang('Global') . ' ' . lang($this->app_name) . ']'; > > } > >

[phpGroupWare-developers] Re: categories

2008-05-20 Thread Sigurd Nes
sigurdne wrote on Wed, 14 May 2008 15:36 > Hi all > > Is it necessary to mark categories with 'Global' ? > > if ($cat['owner'] == '-1') > { > $name .= ' [' . lang('Global') . ' ' . lang($this->app_name) . ']'; > } > > I propose to remove it - or have a flag to avoid it. If there is no