phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: tts/inc hook_preferences.inc.php,1.6.2.1,1.6.2.2


From: Joseph Engo <address@hidden>
Subject: [Phpgroupware-cvs] CVS: tts/inc hook_preferences.inc.php,1.6.2.1,1.6.2.2
Date: Mon, 28 Jan 2002 13:39:23 -0500

Update of /cvsroot/phpgroupware/tts/inc
In directory subversions:/tmp/cvs-serv455

Modified Files:
      Tag: Version-0_9_14-branch
        hook_preferences.inc.php 
Log Message:
Grant access is not going to be a user option


Index: hook_preferences.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/tts/inc/hook_preferences.inc.php,v
retrieving revision 1.6.2.1
retrieving revision 1.6.2.2
diff -C2 -r1.6.2.1 -r1.6.2.2
*** hook_preferences.inc.php    25 Jan 2002 22:00:52 -0000      1.6.2.1
--- hook_preferences.inc.php    28 Jan 2002 18:39:21 -0000      1.6.2.2
***************
*** 11,22 ****
        
\**************************************************************************/
        
!       /* $Id$ */
  
        $values = array(
                'Preferences'           => 
$GLOBALS['phpgw']->link('/preferences/preferences.php','appname=tts'),
-               'Grant Access'          => 
$GLOBALS['phpgw']->link('/index.php','menuaction=preferences.uiaclprefs.index&acl_app='.$appname),
                'Edit Categories'       => 
$GLOBALS['phpgw']->link('/index.php','menuaction=preferences.uicategories.index&cats_app='.$appname.'&cats_level=True&global_cats=True')
        );
        display_section('tts','Trouble Ticket System',$values);
! 
! ?>
--- 11,21 ----
        
\**************************************************************************/
        
!       // $Id$
!       // $Source$
  
        $values = array(
                'Preferences'           => 
$GLOBALS['phpgw']->link('/preferences/preferences.php','appname=tts'),
                'Edit Categories'       => 
$GLOBALS['phpgw']->link('/index.php','menuaction=preferences.uicategories.index&cats_app='.$appname.'&cats_level=True&global_cats=True')
        );
        display_section('tts','Trouble Ticket System',$values);
! ?>
\ No newline at end of file




reply via email to

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