phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] todo index.php


From: Dave Hall
Subject: [Phpgroupware-cvs] todo index.php
Date: Sun, 23 Jul 2006 10:24:38 +0000

CVSROOT:        /cvsroot/phpgroupware
Module name:    todo
Changes by:     Dave Hall <skwashd>     06/07/23 10:24:38

Modified files:
        .              : index.php 

Log message:
        fix redirect to use redirect_link

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/todo/index.php?cvsroot=phpgroupware&r1=1.76&r2=1.77

Patches:
Index: index.php
===================================================================
RCS file: /cvsroot/phpgroupware/todo/index.php,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -b -r1.76 -r1.77
--- index.php   10 May 2005 15:48:56 -0000      1.76
+++ index.php   23 Jul 2006 10:24:38 -0000      1.77
@@ -6,7 +6,7 @@
        * @copyright Copyright (C) 2000-2005 Free Software Foundation, Inc. 
http://www.fsf.org/
        * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
        * @package todo
-       * @version $Id: index.php,v 1.76 2005/05/10 15:48:56 powerstat Exp $
+       * @version $Id: index.php,v 1.77 2006/07/23 10:24:38 skwashd Exp $
        */
 
        $GLOBALS['phpgw_info']['flags'] = array
@@ -21,5 +21,5 @@
         */
        include('../header.inc.php');
 
-       Header('Location: 
'.$GLOBALS['phpgw']->link('/index.php','menuaction=todo.uitodo.show_list'));
+       $GLOBALS['phpgw']->redirect_link('/index.php', array('menuaction' => 
'todo.uitodo.show_list'));
 ?>




reply via email to

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