phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: netsaint/inc hook_preferences.inc.php,1.4,1.5


From: Miles Lott <address@hidden>
Subject: [Phpgroupware-cvs] CVS: netsaint/inc hook_preferences.inc.php,1.4,1.5
Date: Sat, 12 Jan 2002 10:51:58 -0500

Update of /cvsroot/phpgroupware/netsaint/inc
In directory subversions:/tmp/cvs-serv19695/netsaint/inc

Modified Files:
        hook_preferences.inc.php 
Log Message:
using ntier acl_prefs



Index: hook_preferences.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/netsaint/inc/hook_preferences.inc.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** hook_preferences.inc.php    12 Jan 2002 04:17:24 -0000      1.4
--- hook_preferences.inc.php    12 Jan 2002 15:51:53 -0000      1.5
***************
*** 1,12 ****
  <?php
!       
/*************************************************************************\
        * phpGroupWare - Preferences                                            
  *
!       * http://www.phpgroupware.org                                           
                                          *
!       * --------------------------------------------                          
                          *
        * 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$ */
--- 1,12 ----
  <?php
!       
/**************************************************************************\
        * phpGroupWare - Preferences                                            
  *
!       * http://www.phpgroupware.org                                           
  *
!       * 
----------------------------------------------------------------------- *
        * 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$ */
***************
*** 20,24 ****
                'Preferences'     => 
$GLOBALS['phpgw']->link('/index.php','menuaction=netsaint.uitimeperiod.prefs_time'),
                'Edit categories' => 
$GLOBALS['phpgw']->link('/index.php','menuaction=preferences.uicategories.index&cats_app=netsaint&cats_level=True&global_cats=True'),
!               'Grant Access'    => 
$GLOBALS['phpgw']->link('/preferences/acl_preferences.php','acl_app=netsaint')
        );
  //Do not modify below this line
--- 20,24 ----
                'Preferences'     => 
$GLOBALS['phpgw']->link('/index.php','menuaction=netsaint.uitimeperiod.prefs_time'),
                'Edit categories' => 
$GLOBALS['phpgw']->link('/index.php','menuaction=preferences.uicategories.index&cats_app=netsaint&cats_level=True&global_cats=True'),
!               'Grant Access'    => 
$GLOBALS['phpgw']->link('/index.php','menuaction=preferences.uiaclprefs.index&acl_app='.$appname)
        );
  //Do not modify below this line




reply via email to

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