phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: calendar index.php,1.45,1.46 preferences.php,1.4


From: Dan Kuykendall <address@hidden>
Subject: [Phpgroupware-cvs] CVS: calendar index.php,1.45,1.46 preferences.php,1.40,1.41
Date: Sat, 28 Sep 2002 16:01:45 -0400

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

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

Index: index.php
===================================================================
RCS file: /cvsroot/phpgroupware/calendar/index.php,v
retrieving revision 1.45
retrieving revision 1.46
diff -C2 -r1.45 -r1.46
*** index.php   23 Jun 2002 18:17:08 -0000      1.45
--- index.php   28 Sep 2002 20:01:43 -0000      1.46
***************
*** 38,41 ****
  
        Header('Location: '.$GLOBALS['phpgw']->link('/index.php',$parms));
!       $GLOBALS['phpgw']->common->phpgw_exit();
  ?>
--- 38,42 ----
  
        Header('Location: '.$GLOBALS['phpgw']->link('/index.php',$parms));
!       $GLOBALS['phpgw_info']['flags']['nodisplay'] = True;
!       exit;
  ?>

Index: preferences.php
===================================================================
RCS file: /cvsroot/phpgroupware/calendar/preferences.php,v
retrieving revision 1.40
retrieving revision 1.41
diff -C2 -r1.40 -r1.41
*** preferences.php     28 Sep 2002 15:20:18 -0000      1.40
--- preferences.php     28 Sep 2002 20:01:43 -0000      1.41
***************
*** 89,93 ****
       
                Header('Location: '.$phpgw->link('/preferences/index.php'));
!               $phpgw->common->phpgw_exit();
        }
  
--- 89,94 ----
       
                Header('Location: '.$phpgw->link('/preferences/index.php'));
!               $GLOBALS['phpgw_info']['flags']['nodisplay'] = True;
!               exit;
        }
  





reply via email to

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