phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: email/setup setup.inc.php,1.8.2.3,1.8.2.4


From: Dave Hall <address@hidden>
Subject: [Phpgroupware-cvs] CVS: email/setup setup.inc.php,1.8.2.3,1.8.2.4
Date: Sun, 24 Nov 2002 00:55:32 -0500

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

Modified Files:
      Tag: Version-0_9_14-branch
        setup.inc.php 
Log Message:
re added title ... required for 0.9.14 branch

Index: setup.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/email/setup/setup.inc.php,v
retrieving revision 1.8.2.3
retrieving revision 1.8.2.4
diff -C2 -r1.8.2.3 -r1.8.2.4
*** setup.inc.php       20 Nov 2002 23:03:26 -0000      1.8.2.3
--- setup.inc.php       24 Nov 2002 05:55:30 -0000      1.8.2.4
***************
*** 1,44 ****
! <?php
!       
/**************************************************************************\
!       * phpGroupWare - Email                                                  
   *
!       * 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$ */
! 
!       $setup_info['email']['name']      = 'email';
!       $setup_info['email']['version']   = '0.9.13.002';
!       $setup_info['email']['app_order'] = '2';
!       $setup_info['email']['enable']    = 1;
!       $setup_info['email']['tables']    = '';
! 
!       $setup_info['email']['author'] =
!       $setup_info['email']['maintainer'] = array(
!               'name'  => 'Angelo Tony Puglisi',
!               'email' => 'address@hidden'
!       );
!       $setup_info['email']['license']  = 'GPL';
!       $setup_info['email']['description'] =
!               'Email reader with multiple accounts and mailbox filtering.';
! 
!       /* The hooks this app includes, needed for hooks registration */
!       $setup_info['email']['hooks'][] = 'admin';
!       $setup_info['email']['hooks'][] = 'email_add_def_prefs';
!       $setup_info['email']['hooks'][] = 'home';
!       $setup_info['email']['hooks'][] = 'manual';
!       $setup_info['email']['hooks'][] = 'notifywindow';
!       $setup_info['email']['hooks'][] = 'notifywindow_simple';
!       $setup_info['email']['hooks'][] = 'add_def_prefs';
!       $setup_info['email']['hooks'][] = 'preferences';
! 
!       /* Dependacies for this app to work */
!       $setup_info['email']['depends'][] = array(
!                'appname' => 'phpgwapi',
!                'versions' => Array('0.9.13', '0.9.14','0.9.15')
!       );
! ?>
--- 1,45 ----
! <?php
!       
/**************************************************************************\
!       * phpGroupWare - Email                                                  
   *
!       * 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$ */
! 
!       $setup_info['email']['name']      = 'email';
!   $setup_info['email']['title']     = 'Email';
!       $setup_info['email']['version']   = '0.9.13.002';
!       $setup_info['email']['app_order'] = '2';
!       $setup_info['email']['enable']    = 1;
!       $setup_info['email']['tables']    = '';
! 
!       $setup_info['email']['author'] =
!       $setup_info['email']['maintainer'] = array(
!               'name'  => 'Angelo Tony Puglisi',
!               'email' => 'address@hidden'
!       );
!       $setup_info['email']['license']  = 'GPL';
!       $setup_info['email']['description'] =
!               'Email reader with multiple accounts and mailbox filtering.';
! 
!       /* The hooks this app includes, needed for hooks registration */
!       $setup_info['email']['hooks'][] = 'admin';
!       $setup_info['email']['hooks'][] = 'email_add_def_prefs';
!       $setup_info['email']['hooks'][] = 'home';
!       $setup_info['email']['hooks'][] = 'manual';
!       $setup_info['email']['hooks'][] = 'notifywindow';
!       $setup_info['email']['hooks'][] = 'notifywindow_simple';
!       $setup_info['email']['hooks'][] = 'add_def_prefs';
!       $setup_info['email']['hooks'][] = 'preferences';
! 
!       /* Dependacies for this app to work */
!       $setup_info['email']['depends'][] = array(
!                'appname' => 'phpgwapi',
!                'versions' => Array('0.9.13', '0.9.14','0.9.15')
!       );
! ?>





reply via email to

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