phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] sitemgr/inc hook_preferences.inc.php [skwashd-16-comp


From: Sigurd Nes
Subject: [Phpgroupware-cvs] sitemgr/inc hook_preferences.inc.php [skwashd-16-compat]
Date: Tue, 19 Sep 2006 15:25:56 +0000

CVSROOT:        /sources/phpgroupware
Module name:    sitemgr
Branch:         skwashd-16-compat
Changes by:     Sigurd Nes <sigurdne>   06/09/19 15:25:56

Modified files:
        inc            : hook_preferences.inc.php 

Log message:
        link

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/sitemgr/inc/hook_preferences.inc.php?cvsroot=phpgroupware&only_with_tag=skwashd-16-compat&r1=1.2.2.1&r2=1.2.2.1.4.1

Patches:
Index: hook_preferences.inc.php
===================================================================
RCS file: /sources/phpgroupware/sitemgr/inc/hook_preferences.inc.php,v
retrieving revision 1.2.2.1
retrieving revision 1.2.2.1.4.1
diff -u -b -r1.2.2.1 -r1.2.2.1.4.1
--- hook_preferences.inc.php    23 Jun 2003 20:31:21 -0000      1.2.2.1
+++ hook_preferences.inc.php    19 Sep 2006 15:25:56 -0000      1.2.2.1.4.1
@@ -8,7 +8,7 @@
        * Free Software Foundation; either version 2 of the License, or (at 
your  *
        * option) any later version.                                            
                                          *
        
\*************************************************************************/
-       /* $Id: hook_preferences.inc.php,v 1.2.2.1 2003/06/23 20:31:21 
totschnig Exp $ */
+       /* $Id: hook_preferences.inc.php,v 1.2.2.1.4.1 2006/09/19 15:25:56 
sigurdne Exp $ */
 
        {
 // Only Modify the $file and $title variables.....
@@ -16,8 +16,8 @@
                $title = 'Web Content Manager';
                $file = Array
                (
-                       'Manage Categories'    => 
$GLOBALS['phpgw']->link('/index.php','menuaction=sitemgr.Categories_UI.manage'),
-                       'Manage Pages' => 
$GLOBALS['phpgw']->link('/index.php','menuaction=sitemgr.Pages_UI.manage')
+                       'Manage Categories'    => 
$GLOBALS['phpgw']->link('/index.php',array('menuaction'=>'sitemgr.Categories_UI.manage')),
+                       'Manage Pages' => 
$GLOBALS['phpgw']->link('/index.php',array('menuaction'=>'sitemgr.Pages_UI.manage'))
                );
 
 //Do not modify below this line




reply via email to

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