[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Phpgroupware-cvs] CVS: fax index.php,1.1.1.1,1.2
From: |
Marco Andriolo-Stagno (MAS!) <address@hidden> |
Subject: |
[Phpgroupware-cvs] CVS: fax index.php,1.1.1.1,1.2 |
Date: |
Wed, 27 Nov 2002 10:50:42 -0500 |
Update of /cvsroot/phpgroupware/fax
In directory subversions:/tmp/cvs-serv11399/fax
Modified Files:
index.php
Log Message:
sync to latest version.
Index: index.php
===================================================================
RCS file: /cvsroot/phpgroupware/fax/index.php,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -r1.1.1.1 -r1.2
*** index.php 26 Nov 2002 17:57:08 -0000 1.1.1.1
--- index.php 27 Nov 2002 15:50:40 -0000 1.2
***************
*** 5,10 ****
* This application written by: *
* Marco Andriolo-Stagno <address@hidden> *
- * Paolo Andreetto <address@hidden> *
- * Davide Barbieri <address@hidden> *
* PROSA <http://www.prosa.it> *
* -------------------------------------------------------------------------*
--- 5,8 ----
***************
*** 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();
?>
--- 15,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();
?>
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Phpgroupware-cvs] CVS: fax index.php,1.1.1.1,1.2,
Marco Andriolo-Stagno (MAS!) <address@hidden> <=
- Prev by Date:
[Phpgroupware-cvs] CVS: antispam/doc README,1.1.1.1,1.2 changelog,1.1.1.1,1.2
- Next by Date:
[Phpgroupware-cvs] CVS: antispam/doc changelog,1.2,1.3
- Previous by thread:
[Phpgroupware-cvs] CVS: antispam/doc README,1.1.1.1,1.2 changelog,1.1.1.1,1.2
- Next by thread:
[Phpgroupware-cvs] CVS: antispam/doc changelog,1.2,1.3
- Index(es):