phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: preferences changepassword.php,1.38,1.39 changep


From: Dan Kuykendall <address@hidden>
Subject: [Phpgroupware-cvs] CVS: preferences changepassword.php,1.38,1.39 changeprofile.php,1.9,1.10 preferences.php,1.19,1.20
Date: Sat, 28 Sep 2002 16:01:47 -0400

Update of /cvsroot/phpgroupware/preferences
In directory subversions:/tmp/cvs-serv27342/preferences

Modified Files:
        changepassword.php changeprofile.php preferences.php 
Log Message:
removed common->phpgw_exit() and fixed all references to it in the core apps 
and api

Index: changepassword.php
===================================================================
RCS file: /cvsroot/phpgroupware/preferences/changepassword.php,v
retrieving revision 1.38
retrieving revision 1.39
diff -C2 -r1.38 -r1.39
*** changepassword.php  28 Sep 2002 15:20:19 -0000      1.38
--- changepassword.php  28 Sep 2002 20:01:44 -0000      1.39
***************
*** 27,31 ****
        {
                Header('Location: ' . 
$GLOBALS['phpgw']->link('/preferences/index.php/'));
!               $GLOBALS['phpgw']->common->phpgw_exit();
        }
  
--- 27,32 ----
        {
                Header('Location: ' . 
$GLOBALS['phpgw']->link('/preferences/index.php/'));
!               $GLOBALS['phpgw_info']['flags']['nodisplay'] = True;
!               exit;
        }
  

Index: changeprofile.php
===================================================================
RCS file: /cvsroot/phpgroupware/preferences/changeprofile.php,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** changeprofile.php   28 Sep 2002 15:20:19 -0000      1.9
--- changeprofile.php   28 Sep 2002 20:01:44 -0000      1.10
***************
*** 24,28 ****
        {
                Header('Location: ' . $GLOBALS['phpgw']->link('/'));
!               $GLOBALS['phpgw']->common->phpgw_exit();
        }
  
--- 24,29 ----
        {
                Header('Location: ' . $GLOBALS['phpgw']->link('/'));
!               $GLOBALS['phpgw_info']['flags']['nodisplay'] = True;
!               exit;
        }
  

Index: preferences.php
===================================================================
RCS file: /cvsroot/phpgroupware/preferences/preferences.php,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -r1.19 -r1.20
*** preferences.php     28 Sep 2002 15:20:19 -0000      1.19
--- preferences.php     28 Sep 2002 20:01:44 -0000      1.20
***************
*** 276,280 ****
  
                Header('Location: ' . 
$GLOBALS['phpgw']->link('/preferences/index.php'));
!               $GLOBALS['phpgw']->common->phpgw_exit();
        }
  
--- 276,281 ----
  
                Header('Location: ' . 
$GLOBALS['phpgw']->link('/preferences/index.php'));
!               $GLOBALS['phpgw_info']['flags']['nodisplay'] = True;
!               exit;
        }
  





reply via email to

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