phpgroupware-cvs
[Top][All Lists]
Advanced

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

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


From: Sigurd Nes
Subject: [Phpgroupware-cvs] admin/inc hook_admin.inc.php
Date: Mon, 03 Apr 2006 18:58:15 +0000

CVSROOT:        /sources/phpgroupware
Module name:    admin
Branch:         
Changes by:     Sigurd Nes <address@hidden>     06/04/03 18:58:15

Modified files:
        inc            : hook_admin.inc.php 

Log message:
        renamed files

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/phpgroupware/admin/inc/hook_admin.inc.php.diff?tr1=1.41&tr2=1.42&r1=text&r2=text

Patches:
Index: admin/inc/hook_admin.inc.php
diff -u admin/inc/hook_admin.inc.php:1.41 admin/inc/hook_admin.inc.php:1.42
--- admin/inc/hook_admin.inc.php:1.41   Wed Mar 29 09:41:20 2006
+++ admin/inc/hook_admin.inc.php        Mon Apr  3 18:58:15 2006
@@ -8,7 +8,7 @@
        *  Free Software Foundation; either version 2 of the License, or (at 
your  *
        *  option) any later version.                                           
   *
        
\**************************************************************************/
-       /* $Id: hook_admin.inc.php,v 1.41 2006/03/29 09:41:20 sigurdne Exp $ */
+       /* $Id: hook_admin.inc.php,v 1.42 2006/04/03 18:58:15 sigurdne Exp $ */
 
        if (! $GLOBALS['phpgw']->acl->check('site_config_access',1,'admin'))
        {
@@ -55,12 +55,12 @@
 
        if (! $GLOBALS['phpgw']->acl->check('custom_fields_access',1,'admin'))
        {
-               $file['custom fields2'] = $GLOBALS['phpgw']->link('/index.php', 
array('menuaction' => 'admin.ui_custom_fields2.list_attribute', 'appname' => 
'tts') );
+               $file['custom fields2'] = $GLOBALS['phpgw']->link('/index.php', 
array('menuaction' => 'admin.ui_custom.list_attribute', 'appname' => 'tts') );
        }
 
        if (! $GLOBALS['phpgw']->acl->check('custom_fields_access',1,'admin'))
        {
-               $file['custom functions'] = 
$GLOBALS['phpgw']->link('/index.php', array('menuaction' => 
'admin.ui_custom_fields2.list_custom_function', 'appname' => 'tts') );
+               $file['custom functions'] = 
$GLOBALS['phpgw']->link('/index.php', array('menuaction' => 
'admin.ui_custom.list_custom_function', 'appname' => 'tts') );
        }
 
        if 
(!$GLOBALS['phpgw']->acl->check('mainscreen_message_access',1,'admin') || 
!$GLOBALS['phpgw']->acl->check('mainscreen_message_access',2,'admin'))




reply via email to

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