phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpgwapi/inc class.common.inc.php,1.127,1.128


From: Miles Lott <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/inc class.common.inc.php,1.127,1.128
Date: Sun, 27 Jan 2002 23:07:43 -0500

Update of /cvsroot/phpgroupware/phpgwapi/inc
In directory subversions:/tmp/cvs-serv10532/phpgwapi/inc

Modified Files:
        class.common.inc.php 
Log Message:
Comment out alpha app sort until some configuration is written



Index: class.common.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.common.inc.php,v
retrieving revision 1.127
retrieving revision 1.128
diff -C2 -r1.127 -r1.128
*** class.common.inc.php        22 Jan 2002 04:30:51 -0000      1.127
--- class.common.inc.php        28 Jan 2002 04:07:41 -0000      1.128
***************
*** 940,944 ****
                /*!
                @function navbar
!               @abstract none yet
                @discussion *someone wanna add some detail here*
                */
--- 940,944 ----
                /*!
                @function navbar
!               @abstract Build the application navigation bar based on user's 
accessible applications
                @discussion *someone wanna add some detail here*
                */
***************
*** 951,955 ****
  
                        reset($GLOBALS['phpgw_info']['user']['apps']);
!                       ksort($GLOBALS['phpgw_info']['user']['apps']);
  
                        
if(is_array($GLOBALS['phpgw_info']['user']['apps']['admin']))
--- 951,955 ----
  
                        reset($GLOBALS['phpgw_info']['user']['apps']);
!                       /* ksort($GLOBALS['phpgw_info']['user']['apps']); */
  
                        
if(is_array($GLOBALS['phpgw_info']['user']['apps']['admin']))
***************
*** 969,973 ****
                        unset($value);
                        unset($newarray);
!                       
                        while ($permission = 
each($GLOBALS['phpgw_info']['user']['apps']))
                        {
--- 969,973 ----
                        unset($value);
                        unset($newarray);
! 
                        while ($permission = 
each($GLOBALS['phpgw_info']['user']['apps']))
                        {
***************
*** 1014,1018 ****
                        }
  
!                       // We handle this here becuase its special
                        $GLOBALS['phpgw_info']['navbar']['about']['title'] = 
lang('About x',$app);
  
--- 1014,1018 ----
                        }
  
!                       /* We handle this here becuase its special */
                        $GLOBALS['phpgw_info']['navbar']['about']['title'] = 
lang('About x',$app);
  




reply via email to

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