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.14,1.15


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: email/setup setup.inc.php,1.14,1.15
Date: Sun, 27 Oct 2002 12:17:26 -0500

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

Modified Files:
        setup.inc.php 
Log Message:
ubdate to new about-system (all infos are in setup.inc.php, no more hook_about)


Index: setup.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/email/setup/setup.inc.php,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -r1.14 -r1.15
*** setup.inc.php       25 Oct 2002 12:45:53 -0000      1.14
--- setup.inc.php       27 Oct 2002 17:17:23 -0000      1.15
***************
*** 1,43 ****
! <?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'] = 'Angelo Tony Puglisi';
!       $setup_info['email']['license']  = 'GPL';
!       $setup_info['email']['description'] =
!               'Email reader with multiple accounts and mailbox filtering.';
!       $setup_info['email']['maintainer'] = 'Angelo Tony Puglisi';
!       $setup_info['email']['maintainer_email'] = 'address@hidden';
! 
!       /* 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,42 ----
! <?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'] = 'Angelo Tony Puglisi';
!       $setup_info['email']['license']  = 'GPL';
!       $setup_info['email']['description'] =
!               'Email reader with multiple accounts and mailbox filtering.';
!       $setup_info['email']['maintainer'] = 'Angelo Tony Puglisi';
!       $setup_info['email']['maintainer_email'] = 'address@hidden';
! 
!       /* 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]