phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpgwapi/templates/idots navbar.inc.php,1.1.2.5


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/templates/idots navbar.inc.php,1.1.2.5,1.1.2.6
Date: Thu, 01 May 2003 03:49:30 -0400

Update of /cvsroot/phpgroupware/phpgwapi/templates/idots
In directory subversions:/tmp/cvs-serv27823/idots

Modified Files:
      Tag: Version-0_9_16-branch
        navbar.inc.php 
Log Message:
need to check for prefs/common/show_currentusers is true and not only if its 
set, as the new prefs set it anyway to 0 or 1

Index: navbar.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/templates/idots/Attic/navbar.inc.php,v
retrieving revision 1.1.2.5
retrieving revision 1.1.2.6
diff -C2 -r1.1.2.5 -r1.1.2.6
*** navbar.inc.php      20 Apr 2003 14:18:49 -0000      1.1.2.5
--- navbar.inc.php      1 May 2003 07:49:27 -0000       1.1.2.6
***************
*** 78,82 ****
                }
  
!               if (isset($GLOBALS['phpgw_info']['navbar']['admin']) && 
isset($GLOBALS['phpgw_info']['user']['preferences']['common']['show_currentusers']))
                {
                        $db  = $GLOBALS['phpgw']->db;
--- 78,82 ----
                }
  
!               if (isset($GLOBALS['phpgw_info']['navbar']['admin']) && 
$GLOBALS['phpgw_info']['user']['preferences']['common']['show_currentusers'])
                {
                        $db  = $GLOBALS['phpgw']->db;





reply via email to

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