phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: etemplate/doc/et_media index.php,1.2,1.3


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

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

Modified Files:
        index.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/doc/et_media/index.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** index.php   2 Jun 2002 22:04:06 -0000       1.2
--- index.php   28 Sep 2002 20:01:44 -0000      1.3
***************
*** 21,23 ****
  
        header('Location: 
'.$GLOBALS['phpgw']->link('/index.php','menuaction=et_media.et_media.edit'));
!       $GLOBALS['phpgw']->common->phpgw_exit();
--- 21,24 ----
  
        header('Location: 
'.$GLOBALS['phpgw']->link('/index.php','menuaction=et_media.et_media.edit'));
!       $GLOBALS['phpgw_info']['flags']['nodisplay'] = True;
!       exit;





reply via email to

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