phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] qmailldap index.php inc/hook_edit_user.inc.php ...


From: Caeies
Subject: [Phpgroupware-cvs] qmailldap index.php inc/hook_edit_user.inc.php ...
Date: Wed, 24 Jan 2007 16:37:55 +0000

CVSROOT:        /cvsroot/phpgroupware
Module name:    qmailldap
Changes by:     Caeies <Caeies> 07/01/24 16:37:55

Modified files:
        .              : index.php 
        inc            : hook_edit_user.inc.php hook_preferences.inc.php 

Log message:
        some call to link() fixed

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qmailldap/index.php?cvsroot=phpgroupware&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/qmailldap/inc/hook_edit_user.inc.php?cvsroot=phpgroupware&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/qmailldap/inc/hook_preferences.inc.php?cvsroot=phpgroupware&r1=1.7&r2=1.8

Patches:
Index: index.php
===================================================================
RCS file: /cvsroot/phpgroupware/qmailldap/index.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- index.php   14 Mar 2005 12:03:10 -0000      1.2
+++ index.php   24 Jan 2007 16:37:55 -0000      1.3
@@ -8,7 +8,7 @@
        *  Free Software Foundation; either version 2 of the License, or (at 
your  *
        *  option) any later version.                                           
   *
        
\**************************************************************************/
-       /* $Id: index.php,v 1.2 2005/03/14 12:03:10 ceb Exp $ */
+       /* $Id: index.php,v 1.3 2007/01/24 16:37:55 Caeies Exp $ */
 
        $GLOBALS['phpgw_info']['flags'] = array
        (
@@ -18,6 +18,6 @@
        );
        include('../header.inc.php');
 
-       Header('Location: ' . 
$GLOBALS['phpgw']->link('/index.php','menuaction=qmailldap.uiqmailldap.listServers'));
+       Header('Location: ' . $GLOBALS['phpgw']->link('/index.php', 
array('menuaction' => 'qmailldap.uiqmailldap.listServers')));
        $GLOBALS['phpgw']->common->phpgw_exit();
 ?>

Index: inc/hook_edit_user.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/qmailldap/inc/hook_edit_user.inc.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- inc/hook_edit_user.inc.php  10 Sep 2001 03:14:48 -0000      1.1
+++ inc/hook_edit_user.inc.php  24 Jan 2007 16:37:55 -0000      1.2
@@ -5,7 +5,7 @@
        (
                'description'   => 'email settings',
                'url'           => '/index.php',
-               'extradata'     => 
'menuaction=qmailldap.uiuserdata.editUserData'
+               'extradata'     => array('menuaction' => 
'qmailldap.uiuserdata.editUserData')
        );
 
        //Do not modify below this line

Index: inc/hook_preferences.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/qmailldap/inc/hook_preferences.inc.php,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- inc/hook_preferences.inc.php        14 Mar 2005 12:03:10 -0000      1.7
+++ inc/hook_preferences.inc.php        24 Jan 2007 16:37:55 -0000      1.8
@@ -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.7 2005/03/14 12:03:10 ceb Exp $ */
+       /* $Id: hook_preferences.inc.php,v 1.8 2007/01/24 16:37:55 Caeies Exp $ 
*/
 
        {
 // Only Modify the $file and $title variables.....
@@ -16,8 +16,8 @@
                $title = $appname;
                $file = Array
                (
-                       'Grant Access'    => 
$GLOBALS['phpgw']->link('/index.php','menuaction=preferences.uiaclprefs.index&acl_app='.$appname),
-                       'Edit categories' => 
$GLOBALS['phpgw']->link('/index.php','menuaction=preferences.uicategories.index&cats_app=qmailldap&cats_level=True&global_cats=True')
+                       'Grant Access'    => 
$GLOBALS['phpgw']->link('/index.php', array('menuaction' => 
'preferences.uiaclprefs.index', 'acl_app' => $appname)),
+                       'Edit categories' => 
$GLOBALS['phpgw']->link('/index.php', array('menuaction' => 
'preferences.uicategories.index', 'cats_app' => 'qmailldap', 'cats_level' => 
'True', 'global_cats' => 'True'))
                );
 //Do not modify below this line
                display_section($appname,$title,$file);




reply via email to

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