phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] hrm/inc hook_admin.inc.php


From: Sigurd Nes
Subject: [Phpgroupware-cvs] hrm/inc hook_admin.inc.php
Date: Sat, 04 Nov 2006 13:09:47 +0000

CVSROOT:        /sources/phpgroupware
Module name:    hrm
Changes by:     Sigurd Nes <sigurdne>   06/11/04 13:09:47

Modified files:
        inc            : hook_admin.inc.php 

Log message:
        no message

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/hrm/inc/hook_admin.inc.php?cvsroot=phpgroupware&r1=1.10&r2=1.11

Patches:
Index: hook_admin.inc.php
===================================================================
RCS file: /sources/phpgroupware/hrm/inc/hook_admin.inc.php,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- hook_admin.inc.php  16 Sep 2006 17:52:56 -0000      1.10
+++ hook_admin.inc.php  4 Nov 2006 13:09:46 -0000       1.11
@@ -8,7 +8,7 @@
        * @internal Development of this application was funded by 
http://www.bergen.kommune.no/bbb_/ekstern/
        * @package hrm
        * @subpackage admin
-       * @version $Id: hook_admin.inc.php,v 1.10 2006/09/16 17:52:56 sigurdne 
Exp $
+       * @version $Id: hook_admin.inc.php,v 1.11 2006/11/04 13:09:46 sigurdne 
Exp $
        */
 
                {
@@ -19,7 +19,7 @@
                                'skill level'                   => 
$GLOBALS['phpgw']->link('/index.php', array('menuaction' => 
'hrm.uicategory.index', 'type' => 'skill_level')),
                                'experience category'           => 
$GLOBALS['phpgw']->link('/index.php', array('menuaction' => 
'hrm.uicategory.index', 'type' => 'experience')),
                                'qualification category'        => 
$GLOBALS['phpgw']->link('/index.php', array('menuaction' => 
'hrm.uicategory.index', 'type' => 'qualification')),
-                               'Configure Access Permissions'  => 
$GLOBALS['phpgw']->link('/index.php', array('menuaction' => 
'preferences.uiadmin_acl.list_acl', 'acl_app' => 'hrm')),
+                               'Configure Access Permissions'  => 
$GLOBALS['phpgw']->link('/index.php', array('menuaction' => 
'preferences.uiadmin_acl.list_acl', 'acl_app' => $appname)),
                        );
                        
$GLOBALS['phpgw']->common->display_mainscreen($appname,$file);
                }




reply via email to

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