phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] notes index.php


From: Sigurd Nes
Subject: [Phpgroupware-cvs] notes index.php
Date: Tue, 21 Mar 2006 12:59:53 +0000

CVSROOT:        /sources/phpgroupware
Module name:    notes
Branch:         
Changes by:     Sigurd Nes <address@hidden>     06/03/21 12:59:53

Modified files:
        .              : index.php 

Log message:
        redirect

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/phpgroupware/notes/index.php.diff?tr1=1.57&tr2=1.58&r1=text&r2=text

Patches:
Index: notes/index.php
diff -u notes/index.php:1.57 notes/index.php:1.58
--- notes/index.php:1.57        Thu Apr 28 18:33:52 2005
+++ notes/index.php     Tue Mar 21 12:59:53 2006
@@ -5,7 +5,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 notes
-       * @version $Id: index.php,v 1.57 2005/04/28 18:33:52 powerstat Exp $
+       * @version $Id: index.php,v 1.58 2006/03/21 12:59:53 sigurdne Exp $
        */
 
        $GLOBALS['phpgw_info']['flags'] = array
@@ -20,6 +20,5 @@
         */
        include('../header.inc.php');
 
-       header('Location: '. 
$GLOBALS['phpgw']->link('/index.php','menuaction=notes.uinotes.index'));
-       $GLOBALS['phpgw']->common->phpgw_exit();
+       
$GLOBALS['phpgw']->redirect_link('/index.php','menuaction=notes.uinotes.index');
 ?>




reply via email to

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