phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] registration/inc class.boreg.inc.php class.uire...


From: Caeies
Subject: [Phpgroupware-cvs] registration/inc class.boreg.inc.php class.uire...
Date: Wed, 24 Jan 2007 16:36:09 +0000

CVSROOT:        /cvsroot/phpgroupware
Module name:    registration
Changes by:     Caeies <Caeies> 07/01/24 16:36:09

Modified files:
        inc            : class.boreg.inc.php class.uireg.inc.php 

Log message:
        some call to link() fixed

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/registration/inc/class.boreg.inc.php?cvsroot=phpgroupware&r1=1.10&r2=1.11
http://cvs.savannah.gnu.org/viewcvs/registration/inc/class.uireg.inc.php?cvsroot=phpgroupware&r1=1.9&r2=1.10

Patches:
Index: class.boreg.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/registration/inc/class.boreg.inc.php,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- class.boreg.inc.php 10 Dec 2001 00:49:29 -0000      1.10
+++ class.boreg.inc.php 24 Jan 2007 16:36:09 -0000      1.11
@@ -14,7 +14,7 @@
        *  option) any later version.                                           
   *
        
\**************************************************************************/
 
-       /* $Id: class.boreg.inc.php,v 1.10 2001/12/10 00:49:29 milosch Exp $ */
+       /* $Id: class.boreg.inc.php,v 1.11 2007/01/24 16:36:09 Caeies Exp $ */
 
        class boreg
        {
@@ -264,7 +264,7 @@
                        else
                        {
                                // Redirect them so they don't hit refresh and 
make a mess
-                               
$GLOBALS['phpgw']->redirect($GLOBALS['phpgw']->link('/registration/main.php','menuaction=registration.uireg.email_sent_lostpw'));
+                               
$GLOBALS['phpgw']->redirect($GLOBALS['phpgw']->link('/registration/main.php', 
array('menuaction' => 'registration.uireg.email_sent_lostpw')));
                        }
                }
 

Index: class.uireg.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/registration/inc/class.uireg.inc.php,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- class.uireg.inc.php 10 Dec 2001 00:46:01 -0000      1.9
+++ class.uireg.inc.php 24 Jan 2007 16:36:09 -0000      1.10
@@ -14,7 +14,7 @@
        *  option) any later version.                                           
   *
        
\**************************************************************************/
 
-       /* $Id: class.uireg.inc.php,v 1.9 2001/12/10 00:46:01 milosch Exp $ */
+       /* $Id: class.uireg.inc.php,v 1.10 2007/01/24 16:36:09 Caeies Exp $ */
 
        class uireg
        {
@@ -183,7 +183,7 @@
 
                        if ($config['display_tos'])
                        {
-                       
$this->template->set_var('tos_link',$GLOBALS['phpgw']->link('/registration/main.php','menuaction=registration.uireg.tos'));
+                       
$this->template->set_var('tos_link',$GLOBALS['phpgw']->link('/registration/main.php',
 array('menuaction' => 'registration.uireg.tos')));
                        $this->template->set_var('lang_tos_agree',lang('I have 
read the terms and conditions and agree by them.'));
                                if ($r_reg['tos_agree'])
                                {




reply via email to

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