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.4,1.6


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: admin/inc class.uicategories.inc.php,1.6.2.4,1.6.2.5
Date: Thu, 12 Sep 2002 12:32:13 -0400

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

Modified Files:
      Tag: Version-0_9_14-branch
        class.uicategories.inc.php 
Log Message:
small fix in delete function

Index: class.uicategories.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/admin/inc/class.uicategories.inc.php,v
retrieving revision 1.6.2.4
retrieving revision 1.6.2.5
diff -C2 -r1.6.2.4 -r1.6.2.5
*** class.uicategories.inc.php  13 Mar 2002 21:31:36 -0000      1.6.2.4
--- class.uicategories.inc.php  12 Sep 2002 16:32:11 -0000      1.6.2.5
***************
*** 422,428 ****
                                $nolink = 
$GLOBALS['phpgw']->link('/index.php',$link_data);
  
                                $apps_cats = $this->bo->exists(array
                                (
!                                       'type'     => 'subs',
                                        'cat_name' => '',
                                        'cat_id'   => $this->cat_id
--- 422,437 ----
                                $nolink = 
$GLOBALS['phpgw']->link('/index.php',$link_data);
  
+                               if ($GLOBALS['appname'])
+                               {
+                                       $type = 'noglobalapp';
+                               }
+                               else
+                               {
+                                       $type = 'noglobal';
+                               }
+ 
                                $apps_cats = $this->bo->exists(array
                                (
!                                       'type'     => $type,
                                        'cat_name' => '',
                                        'cat_id'   => $this->cat_id





reply via email to

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