phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] CVS: admin/inc class.uicategories.inc.php,1.6.2.8.2.


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: admin/inc class.uicategories.inc.php,1.6.2.8.2.3,1.6.2.8.2.4
Date: Tue, 24 Jun 2003 17:03:37 -0400

Update of /cvsroot/phpgroupware/admin/inc
In directory subversions:/tmp/cvs-serv28168

Modified Files:
      Tag: Version-0_9_16-branch
        class.uicategories.inc.php 
Log Message:
fix

Index: class.uicategories.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/admin/inc/class.uicategories.inc.php,v
retrieving revision 1.6.2.8.2.3
retrieving revision 1.6.2.8.2.4
diff -C2 -r1.6.2.8.2.3 -r1.6.2.8.2.4
*** class.uicategories.inc.php  24 Jun 2003 13:18:10 -0000      1.6.2.8.2.3
--- class.uicategories.inc.php  24 Jun 2003 21:03:35 -0000      1.6.2.8.2.4
***************
*** 5,12 ****
        * Written by Bettina Gille address@hidden                          *
        * -----------------------------------------------                       
   *
!       *  This program is free software; you can redistribute it and/or modify 
it *
!       *  under the terms of the GNU General Public License as published by 
the   *
!       *  Free Software Foundation; either version 2 of the License, or (at 
your  *
!       *  option) any later version.                                           
   *
        
\**************************************************************************/
        /* $Id$ */
--- 5,14 ----
        * Written by Bettina Gille address@hidden                          *
        * -----------------------------------------------                       
   *
!       * Copyright 2000 - 2003 Free Software Foundation, Inc                   
   *
!       *                                                                       
   *
!       * This program is free software; you can redistribute it and/or modify 
it  *
!       * under the terms of the GNU General Public License as published by the 
   *
!       * Free Software Foundation; either version 2 of the License, or (at 
your   *
!       * option) any later version.                                            
   *
        
\**************************************************************************/
        /* $Id$ */
***************
*** 212,216 ****
                                        $link_data['cat_parent'] = $id;
                                        $this->template->set_var('add_sub','<a 
href="'.$GLOBALS['phpgw']->link('/index.php',$link_data).'">'.
!                                               lang('Add sub').'</a>');
                                }
                                if ($this->appname && 
$categories[$i]['app_name'] == $this->appname)
--- 214,218 ----
                                        $link_data['cat_parent'] = $id;
                                        $this->template->set_var('add_sub','<a 
href="'.$GLOBALS['phpgw']->link('/index.php',$link_data).'">'.
!                                                                               
                                lang('Add sub').'</a>');
                                }
                                if ($this->appname && 
$categories[$i]['app_name'] == $this->appname)
***************
*** 269,274 ****
                        }
  
!                       if (!$this->acl_add && $cat_parent == 0 ||
!                           !$this->acl_add_sub && $cat_parent != 0)
                        {
                                $GLOBALS['phpgw']->redirect_link('/index.php');
--- 271,275 ----
                        }
  
!                       if (!$this->acl_add && $cat_parent == 0 || 
!$this->acl_add_sub && $cat_parent != 0)
                        {
                                $GLOBALS['phpgw']->redirect_link('/index.php');





reply via email to

[Prev in Thread] Current Thread [Next in Thread]