phpgroupware-cvs
[Top][All Lists]
Advanced

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

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


From: Dave Hall
Subject: [Phpgroupware-cvs] netsaint/inc hook_admin.inc.php
Date: Sat, 09 Sep 2006 09:04:58 +0000

CVSROOT:        /sources/phpgroupware
Module name:    netsaint
Changes by:     Dave Hall <skwashd>     06/09/09 09:04:58

Modified files:
        inc            : hook_admin.inc.php 

Log message:
        fix link extrvars arg

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/netsaint/inc/hook_admin.inc.php?cvsroot=phpgroupware&r1=1.7&r2=1.8

Patches:
Index: hook_admin.inc.php
===================================================================
RCS file: /sources/phpgroupware/netsaint/inc/hook_admin.inc.php,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- hook_admin.inc.php  19 Apr 2003 23:20:18 -0000      1.7
+++ hook_admin.inc.php  9 Sep 2006 09:04:58 -0000       1.8
@@ -8,16 +8,14 @@
        *  Free Software Foundation; either version 2 of the License, or (at 
your  *
        *  option) any later version.                                           
   *
        
\**************************************************************************/
-       /* $Id: hook_admin.inc.php,v 1.7 2003/04/19 23:20:18 ceb Exp $ */
+       /* $Id: hook_admin.inc.php,v 1.8 2006/09/09 09:04:58 skwashd Exp $ */
 
        {
                $file = Array
                (
-                       'Site Configuration'            => 
$GLOBALS['phpgw']->link('/index.php','menuaction=admin.uiconfig.index&appname=' 
. $appname),
-                       'Netsaint Administration'       => 
$GLOBALS['phpgw']->link('/index.php','menuaction=netsaint.uinetsaint.admin_comand&action=com_all')
+                       'Site Configuration'            => 
$GLOBALS['phpgw']->link('/index.php', array('menuaction' => 
'admin.uiconfig.index', 'appname' => 'netsaint') ),
+                       'Netsaint Administration'       => 
$GLOBALS['phpgw']->link('/index.php', array('menuaction' => 
'netsaint.uinetsaint.admin_comand', 'action' => 'com_all') )
                );
-
-//Do not modify below this line
                $GLOBALS['phpgw']->common->display_mainscreen($appname,$file);
        }
 ?>




reply via email to

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