phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: etemplate index.php,1.2,1.3 phpGtk_test.php,1.2,


From: Dan Kuykendall <address@hidden>
Subject: [Phpgroupware-cvs] CVS: etemplate index.php,1.2,1.3 phpGtk_test.php,1.2,1.3
Date: Sat, 28 Sep 2002 16:01:46 -0400

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

Modified Files:
        index.php phpGtk_test.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/etemplate/index.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** index.php   11 May 2002 10:36:08 -0000      1.2
--- index.php   28 Sep 2002 20:01:43 -0000      1.3
***************
*** 21,24 ****
  
        header('Location: 
'.$GLOBALS['phpgw']->link('/index.php','menuaction=etemplate.editor.edit'));
!       $GLOBALS['phpgw']->common->phpgw_exit();
  ?>
--- 21,25 ----
  
        header('Location: 
'.$GLOBALS['phpgw']->link('/index.php','menuaction=etemplate.editor.edit'));
!       $GLOBALS['phpgw_info']['flags']['nodisplay'] = True;
!       exit;
  ?>

Index: phpGtk_test.php
===================================================================
RCS file: /cvsroot/phpgroupware/etemplate/phpGtk_test.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** phpGtk_test.php     3 Jun 2002 22:27:26 -0000       1.2
--- phpGtk_test.php     28 Sep 2002 20:01:43 -0000      1.3
***************
*** 42,44 ****
  ExecMethod('etemplate.db_tools.edit');
  
! $GLOBALS['phpgw']->common->phpgw_exit();
--- 42,45 ----
  ExecMethod('etemplate.db_tools.edit');
  
! $GLOBALS['phpgw_info']['flags']['nodisplay'] = True;
! exit;





reply via email to

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