phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpgroupware notify_simple.php,1.3,1.3.2.1


From: Chris Weiss <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgroupware notify_simple.php,1.3,1.3.2.1
Date: Wed, 30 Jan 2002 10:48:07 -0500

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

Modified Files:
      Tag: Version-0_9_14-branch
        notify_simple.php 
Log Message:
Update for .14


Index: notify_simple.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgroupware/notify_simple.php,v
retrieving revision 1.3
retrieving revision 1.3.2.1
diff -C2 -r1.3 -r1.3.2.1
*** notify_simple.php   2 Jan 2002 14:33:02 -0000       1.3
--- notify_simple.php   30 Jan 2002 15:48:05 -0000      1.3.2.1
***************
*** 1,25 ****
! <?php
!   /**************************************************************************\
!   * phpGroupWare                                                             *
!   * http://www.phpgroupware.org                                              *
!   * --------------------------------------------                             *
!   *  This program is free software; you can redistribute it and/or modify it *
!   *  under the terms of the GNU General Public License as published by the   *
!   *  Free Software Foundation; either version 2 of the License, or (at your  *
!   *  option) any later version.                                              *
!   \**************************************************************************/
! 
!   /* $Id$ */
! 
!       $phpgw_info = array();
!       $GLOBALS['phpgw_info']['flags'] = array(
!               'noheader' => True,
!               'nonavbar' => True,
!               'currentapp' => 'notifywindow'
!       );
!       include('./header.inc.php');
! 
!       echo '<html><body>';
!       $GLOBALS['phpgw']->hooks->process('simple',array('email'));
!       echo '</body></html>';
! ?>
--- 1,26 ----
! <?php
!   /**************************************************************************\
!   * phpGroupWare                                                             *
!   * http://www.phpgroupware.org                                              *
!   * --------------------------------------------                             *
!   *  This program is free software; you can redistribute it and/or modify it *
!   *  under the terms of the GNU General Public License as published by the   *
!   *  Free Software Foundation; either version 2 of the License, or (at your  *
!   *  option) any later version.                                              *
!   \**************************************************************************/
! 
!   /* $Id$ */
! 
!       $phpgw_info = array();
!       $GLOBALS['phpgw_info']['flags'] = array(
!               'noheader' => True,
!               'nonavbar' => True,
!               'disable_Template_class' => True,
!               'currentapp' => 'notifywindow'
!       );
!       include('./header.inc.php');
! 
!       echo '<html><body>';
!       $GLOBALS['phpgw']->hooks->process('notifywindow_simple',array('email'));
!       echo '</body></html>';
! ?>




reply via email to

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