phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: backup/setup setup.inc.php,1.10,1.11


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: backup/setup setup.inc.php,1.10,1.11
Date: Sun, 27 Oct 2002 20:31:35 -0500

Update of /cvsroot/phpgroupware/backup/setup
In directory subversions:/tmp/cvs-serv21491/backup/setup

Modified Files:
        setup.inc.php 
Log Message:
update about

Index: setup.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/backup/setup/setup.inc.php,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -r1.10 -r1.11
*** setup.inc.php       27 Oct 2002 17:05:12 -0000      1.10
--- setup.inc.php       28 Oct 2002 01:31:33 -0000      1.11
***************
*** 16,26 ****
        $setup_info['backup']['enable'] = 1;
  
!       $setup_info['backup']['author'] = 'Bettina Gille';
        $setup_info['backup']['license']  = 'GPL';
        $setup_info['backup']['description'] =
                'phpGroupWare data backup for sql, ldap and email.<br>
                An online configurable backup app to store data offline.';
        $setup_info['backup']['maintainer'] = $setup_info['backup']['author'];
-       $setup_info['backup']['maintainer_email'] = 'address@hidden';
  
        /* The hooks this app includes, needed for hooks registration */
--- 16,31 ----
        $setup_info['backup']['enable'] = 1;
  
!       $setup_info['backup']['author'] = array
!       (
!               'name'  => 'Bettina Gille',
!               'email' => 'address@hidden'
!       );
! 
        $setup_info['backup']['license']  = 'GPL';
        $setup_info['backup']['description'] =
                'phpGroupWare data backup for sql, ldap and email.<br>
                An online configurable backup app to store data offline.';
+ 
        $setup_info['backup']['maintainer'] = $setup_info['backup']['author'];
  
        /* The hooks this app includes, needed for hooks registration */
***************
*** 28,32 ****
        (
                'admin',
-               'about',
                'manual'
        );
--- 33,36 ----
***************
*** 36,40 ****
        (
                'appname'  => 'phpgwapi',
!               'versions' => Array('0.9.13', '0.9.14','0.9.15')
        );
  
--- 40,44 ----
        (
                'appname'  => 'phpgwapi',
!               'versions' => Array('0.9.15')
        );
  





reply via email to

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