phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: etemplate/doc etemplate.html,1.13,1.14


From: Dan Kuykendall <address@hidden>
Subject: [Phpgroupware-cvs] CVS: etemplate/doc etemplate.html,1.13,1.14
Date: Sat, 28 Sep 2002 16:01:46 -0400

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

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

Index: etemplate.html
===================================================================
RCS file: /cvsroot/phpgroupware/etemplate/doc/etemplate.html,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -r1.13 -r1.14
*** etemplate.html      17 Sep 2002 09:13:29 -0000      1.13
--- etemplate.html      28 Sep 2002 20:01:43 -0000      1.14
***************
*** 147,151 ****
  
        header('Location: 
'.$GLOBALS['phpgw']->link('/index.php','menuaction=et_media.et_media.edit'));
!       $GLOBALS['phpgw']->common->phpgw_exit();
  </pre>
  
--- 147,152 ----
  
        header('Location: 
'.$GLOBALS['phpgw']->link('/index.php','menuaction=et_media.et_media.edit'));
!       $GLOBALS['phpgw_info']['flags']['nodisplay'] = True;
!       exit;
  </pre>
  
***************
*** 484,486 ****
  
  </body>
! </html>
\ No newline at end of file
--- 485,487 ----
  
  </body>
! </html>





reply via email to

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