phpgroupware-cvs
[Top][All Lists]
Advanced

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

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


From: Sigurd Nes
Subject: [Phpgroupware-cvs] sms/inc hook_admin.inc.php
Date: Tue, 12 Sep 2006 06:52:10 +0000

CVSROOT:        /sources/phpgroupware
Module name:    sms
Changes by:     Sigurd Nes <sigurdne>   06/09/12 06:52:10

Modified files:
        inc            : hook_admin.inc.php 

Log message:
        link

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/sms/inc/hook_admin.inc.php?cvsroot=phpgroupware&r1=1.4&r2=1.5

Patches:
Index: hook_admin.inc.php
===================================================================
RCS file: /sources/phpgroupware/sms/inc/hook_admin.inc.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- hook_admin.inc.php  25 May 2006 19:49:44 -0000      1.4
+++ hook_admin.inc.php  12 Sep 2006 06:52:10 -0000      1.5
@@ -8,14 +8,14 @@
        * @internal Development of this application was funded by 
http://www.bergen.kommune.no/bbb_/ekstern/
        * @package sms
        * @subpackage admin
-       * @version $Id: hook_admin.inc.php,v 1.4 2006/05/25 19:49:44 sigurdne 
Exp $
+       * @version $Id: hook_admin.inc.php,v 1.5 2006/09/12 06:52:10 sigurdne 
Exp $
        */
 
                {
                        $file = array
                        (
-                               'Configuration' => 
$GLOBALS['phpgw']->link('/index.php','menuaction=sms.uiconfig.index'),
-                               'Configure Access Permissions'=> 
$GLOBALS['phpgw']->link('/index.php','menuaction=preferences.uiadmin_acl.list_acl&acl_app='.$appname),
+                               'Configuration' => 
$GLOBALS['phpgw']->link('/index.php',array('menuaction'=> 
'sms.uiconfig.index')),
+                               'Configure Access Permissions'=> 
$GLOBALS['phpgw']->link('/index.php',array('menuaction'=>'preferences.uiadmin_acl.list_acl',
 'acl_app'=>$appname)),
                        );
                display_section($appname,$appname,$file);
                }




reply via email to

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