phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] etemplate/doc et_media/index.php et_notes/index...


From: Caeies
Subject: [Phpgroupware-cvs] etemplate/doc et_media/index.php et_notes/index...
Date: Wed, 24 Jan 2007 17:17:34 +0000

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

Modified files:
        doc/et_media   : index.php 
        doc/et_notes   : index.php 
        doc/et_notes/inc: hook_admin.inc.php 

Log message:
        some call to link() fixed

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/etemplate/doc/et_media/index.php?cvsroot=phpgroupware&r1=1.4&r2=1.5
http://cvs.savannah.gnu.org/viewcvs/etemplate/doc/et_notes/index.php?cvsroot=phpgroupware&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/etemplate/doc/et_notes/inc/hook_admin.inc.php?cvsroot=phpgroupware&r1=1.2&r2=1.3

Patches:
Index: et_media/index.php
===================================================================
RCS file: /cvsroot/phpgroupware/etemplate/doc/et_media/index.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- et_media/index.php  6 Sep 2006 11:13:30 -0000       1.4
+++ et_media/index.php  24 Jan 2007 17:17:34 -0000      1.5
@@ -13,7 +13,7 @@
  * the Free Software Foundation; either version 2 of the License, or   *
  * at your option) any later version.                                  *
  \**********************************************************************/
- /* $Id: index.php,v 1.4 2006/09/06 11:13:30 skwashd Exp $ */
+ /* $Id: index.php,v 1.5 2007/01/24 17:17:34 Caeies Exp $ */
 
        $GLOBALS['phpgw_info']['flags'] = array(
                'currentapp'    => 'et_media',
@@ -22,6 +22,6 @@
        );
        include('../header.inc.php');
 
-       header('Location: 
'.$GLOBALS['phpgw']->link('/index.php','menuaction=et_media.et_media.edit'));
+       header('Location: '.$GLOBALS['phpgw']->link('/index.php', 
array('menuaction' => 'et_media.et_media.edit')));
        $GLOBALS['phpgw_info']['flags']['nodisplay'] = True;
        exit;

Index: et_notes/index.php
===================================================================
RCS file: /cvsroot/phpgroupware/etemplate/doc/et_notes/index.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- et_notes/index.php  6 Sep 2006 11:13:30 -0000       1.2
+++ et_notes/index.php  24 Jan 2007 17:17:34 -0000      1.3
@@ -14,7 +14,7 @@
  * the Free Software Foundation; either version 2 of the License, or   *
  * at your option) any later version.                                  *
  \**********************************************************************/
- /* $Id: index.php,v 1.2 2006/09/06 11:13:30 skwashd Exp $ */
+ /* $Id: index.php,v 1.3 2007/01/24 17:17:34 Caeies Exp $ */
 
        $GLOBALS['phpgw_info']['flags'] = array
        (
@@ -24,6 +24,6 @@
        );
        include('../header.inc.php');
 
-       header('Location: 
'.$GLOBALS['phpgw']->link('/index.php','menuaction=et_notes.ui.index'));
+       header('Location: '.$GLOBALS['phpgw']->link('/index.php', 
array('menuaction' => 'et_notes.ui.index')));
        $GLOBALS['phpgw']->common->phpgw_exit();
 ?>

Index: et_notes/inc/hook_admin.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/etemplate/doc/et_notes/inc/hook_admin.inc.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- et_notes/inc/hook_admin.inc.php     6 Sep 2006 11:13:30 -0000       1.2
+++ et_notes/inc/hook_admin.inc.php     24 Jan 2007 17:17:34 -0000      1.3
@@ -5,12 +5,12 @@
 * @author Joseph Engo <address@hidden>
 * @license http://www.gnu.org/licenses/lgpl.html GNU Lesser General Public 
License
 * @package etemplate
-* @version $Id: hook_admin.inc.php,v 1.2 2006/09/06 11:13:30 skwashd Exp $
+* @version $Id: hook_admin.inc.php,v 1.3 2007/01/24 17:17:34 Caeies Exp $
 */
        {
                $values = array
                (
-                       'Global Categories' => 
$GLOBALS['phpgw']->link('/index.php','menuaction=admin.uicategories.index&appname='
 . $appname . '&global_cats=True')
+                       'Global Categories' => 
$GLOBALS['phpgw']->link('/index.php', array('menuaction' => 
'admin.uicategories.index', 'appname' => $appname, 'global_cats' => 'True'))
                );
 
                display_section($appname,$appname,$values);




reply via email to

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