phpgroupware-cvs
[Top][All Lists]
Advanced

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

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


From: Marco Andriolo-Stagno (MAS!) <address@hidden>
Subject: [Phpgroupware-cvs] CVS: fax index.php,1.2,1.3
Date: Thu, 05 Dec 2002 10:08:30 -0500

Update of /cvsroot/phpgroupware/fax
In directory subversions:/tmp/cvs-serv28240

Modified Files:
        index.php 
Log Message:
changed the fax attachment preview scheme (to keep compatibility even with
older browser)



Index: index.php
===================================================================
RCS file: /cvsroot/phpgroupware/fax/index.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** index.php   27 Nov 2002 15:50:40 -0000      1.2
--- index.php   5 Dec 2002 15:08:26 -0000       1.3
***************
*** 17,33 ****
   /* $Id$ */
  
! $GLOBALS['phpgw_info']['flags'] = array
!   (
!    'currentapp'       =>      'fax',
!    'enable_browser_class'     =>      True,
!    'noheader' =>      True
!    );
! include('../header.inc.php');
  
! $GLOBALS['phpgw']->common->phpgw_header();
  
! $fax = CreateObject('fax.manager');
! $fax->compose();
  
! $GLOBALS['phpgw']->common->phpgw_footer();
  ?>
--- 17,34 ----
   /* $Id$ */
  
!       $GLOBALS['phpgw_info']['flags'] = array
!       (
!        'currentapp'   =>      'fax',
!        'enable_browser_class' =>      True,
!        'noheader'     =>      True
!        );
  
!       include('../header.inc.php');
  
!       $GLOBALS['phpgw']->common->phpgw_header();
  
!       $fax = CreateObject('fax.manager');
!       $fax->compose();
! 
!       $GLOBALS['phpgw']->common->phpgw_footer();
  ?>





reply via email to

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