phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpgroupware set_box.php,1.3,1.4


From: Dan Kuykendall <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgroupware set_box.php,1.3,1.4
Date: Sat, 28 Sep 2002 16:01:45 -0400

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

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

Index: set_box.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgroupware/set_box.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** set_box.php 7 Jul 2002 02:31:42 -0000       1.3
--- set_box.php 28 Sep 2002 20:01:42 -0000      1.4
***************
*** 23,27 ****
  //    {
  //            Header('Location: '.$GLOBALS['phpgw']->link('/home.php'));
- //            $GLOBALS['phpgw']->common->phpgw_exit();
  //    }
  
--- 23,26 ----
***************
*** 104,108 ****
  
        Header('Location: '.$GLOBALS['phpgw']->link('/home.php'));
!       $GLOBALS['phpgw']->common->phpgw_exit();
  ?>
- 
--- 103,107 ----
  
        Header('Location: '.$GLOBALS['phpgw']->link('/home.php'));
!       $GLOBALS['phpgw_info']['flags']['nodisplay'] = True;
!       exit;
  ?>





reply via email to

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