Re: Re: categories
Dave Hall <[email protected]>
| Newsgroups | gmane.comp.web.phpgroupware.devel |
|---|---|
| Organization | Dave Hall Consulting |
| Message-ID | <1211283158.8125.41.camel@noby> |
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?