[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [phpGroupWare-developers] Re: categories
From: |
Dave Hall |
Subject: |
Re: [phpGroupWare-developers] Re: categories |
Date: |
Tue, 20 May 2008 21:32:38 +1000 |
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' <appname> ?
> >
> > 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 objections - I will remove it in trunk
Why do you think it is a good idea to remove it?