phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] dj/inc hook_preferences.inc.php


From: Caeies
Subject: [Phpgroupware-cvs] dj/inc hook_preferences.inc.php
Date: Wed, 24 Jan 2007 17:20:24 +0000

CVSROOT:        /cvsroot/phpgroupware
Module name:    dj
Changes by:     Caeies <Caeies> 07/01/24 17:20:24

Modified files:
        inc            : hook_preferences.inc.php 

Log message:
        some call to link() fixed

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

Patches:
Index: hook_preferences.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/dj/inc/hook_preferences.inc.php,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- hook_preferences.inc.php    12 Jan 2002 04:16:58 -0000      1.7
+++ hook_preferences.inc.php    24 Jan 2007 17:20:24 -0000      1.8
@@ -10,12 +10,12 @@
   *  option) any later version.                                              *
   \**************************************************************************/
 
-  /* $Id: hook_preferences.inc.php,v 1.7 2002/01/12 04:16:58 ceb Exp $ */
+  /* $Id: hook_preferences.inc.php,v 1.8 2007/01/24 17:20:24 Caeies Exp $ */
 {
 // Only Modify the $file and $title variables.....
        $title = $appname;
        $file = Array(
-               'Edit Genres'   => 
$GLOBALS['phpgw']->link('/index.php','menuaction=preferences.uicategories.index&cats_app='.$appname),
+               'Edit Genres'   => $GLOBALS['phpgw']->link('/index.php', 
array('menuaction' => 'preferences.uicategories.index', 'cats_app' => 
$appname)),
                'Edit Directory List'   => 
$GLOBALS['phpgw']->link('/'.$appname.'/directories.php')
        );
 //Do not modify below this line




reply via email to

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