phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: email addressbook.php,1.35,1.36 attach_file.php,


From: Dan Kuykendall <address@hidden>
Subject: [Phpgroupware-cvs] CVS: email addressbook.php,1.35,1.36 attach_file.php,1.25,1.26
Date: Sat, 28 Sep 2002 16:01:45 -0400

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

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

Index: addressbook.php
===================================================================
RCS file: /cvsroot/phpgroupware/email/addressbook.php,v
retrieving revision 1.35
retrieving revision 1.36
diff -C2 -r1.35 -r1.36
*** addressbook.php     25 Jun 2002 00:50:18 -0000      1.35
--- addressbook.php     28 Sep 2002 20:01:43 -0000      1.36
***************
*** 216,219 ****
        $GLOBALS['phpgw']->template->p('out');
  
!       $GLOBALS['phpgw']->common->phpgw_exit();
  ?>
--- 216,220 ----
        $GLOBALS['phpgw']->template->p('out');
  
!       $GLOBALS['phpgw_info']['flags']['nodisplay'] = True;
!       exit;
  ?>

Index: attach_file.php
===================================================================
RCS file: /cvsroot/phpgroupware/email/attach_file.php,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -r1.25 -r1.26
*** attach_file.php     4 Mar 2002 00:41:10 -0000       1.25
--- attach_file.php     28 Sep 2002 20:01:43 -0000      1.26
***************
*** 276,279 ****
        $GLOBALS['phpgw']->template->pparse('out','T_attach_file');
  
!       $GLOBALS['phpgw']->common->phpgw_exit();
  ?>
--- 276,280 ----
        $GLOBALS['phpgw']->template->pparse('out','T_attach_file');
  
!       $GLOBALS['phpgw_info']['flags']['nodisplay'] = True;
!       exit;
  ?>





reply via email to

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