phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] phpgwapi/inc/sessions class.sessions.inc.php


From: Caeies
Subject: [Phpgroupware-cvs] phpgwapi/inc/sessions class.sessions.inc.php
Date: Wed, 24 Jan 2007 16:06:53 +0000

CVSROOT:        /cvsroot/phpgwapi
Module name:    phpgwapi
Changes by:     Caeies <Caeies> 07/01/24 16:06:53

Modified files:
        inc/sessions   : class.sessions.inc.php 

Log message:
        some call to link() fixed

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/phpgwapi/inc/sessions/class.sessions.inc.php?cvsroot=phpgwapi&r1=1.7&r2=1.8

Patches:
Index: class.sessions.inc.php
===================================================================
RCS file: /cvsroot/phpgwapi/phpgwapi/inc/sessions/class.sessions.inc.php,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- class.sessions.inc.php      27 Dec 2006 06:34:49 -0000      1.7
+++ class.sessions.inc.php      24 Jan 2007 16:06:53 -0000      1.8
@@ -10,7 +10,7 @@
        * @license http://www.fsf.org/licenses/lgpl.html GNU Lesser General 
Public License
        * @package phpgwapi
        * @subpackage accounts
-       * @version $Id: class.sessions.inc.php,v 1.7 2006/12/27 06:34:49 
skwashd Exp $
+       * @version $Id: class.sessions.inc.php,v 1.8 2007/01/24 16:06:53 Caeies 
Exp $
        * @link http://www.sanisoft.com/phplib/manual/session.php
        */
 
@@ -1087,7 +1087,7 @@
                        {
                                if($display_error)
                                {
-                                       
$GLOBALS['phpgw']->redirect_link('/error.php', 'type=repost');//more on this 
later :)
+                                       
$GLOBALS['phpgw']->redirect_link('/error.php', array('type' => 
'repost'));//more on this later :)
                                }
                                else
                                {




reply via email to

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