rewording

This commit is contained in:
Miles Lott 2004-01-22 02:36:59 +00:00
parent 24122b1eab
commit 0b59aa5f49

View File

@ -1,7 +1,7 @@
<?php <?php
/**************************************************************************\ /**************************************************************************\
* phpGroupWare - administration * * eGroupWare - Administration *
* http://www.phpgroupware.org * * http://www.egroupware.org *
* -------------------------------------------- * * -------------------------------------------- *
* This program is free software; you can redistribute it and/or modify it * * 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 * * under the terms of the GNU General Public License as published by the *
@ -17,26 +17,22 @@
$setup_info['admin']['tables'] = ''; $setup_info['admin']['tables'] = '';
$setup_info['admin']['enable'] = 1; $setup_info['admin']['enable'] = 1;
$setup_info['admin']['author'][] = array $setup_info['admin']['author'][] = array(
( 'name' => 'eGroupWare coreteam',
'name' => 'phpGroupWare coreteam', 'email' => 'egroupware-developers@sourceforge.net'
'email' => 'phpgroupware-developers@gnu.org'
); );
$setup_info['admin']['maintainer'][] = array $setup_info['admin']['maintainer'][] = array(
( 'name' => 'eGroupWare coreteam',
'name' => 'phpGroupWare coreteam', 'email' => 'egroupware-developers@sourceforge.net',
'email' => 'phpgroupware-developers@gnu.org', 'url' => 'www.egroupware.org'
'url' => 'www.phpgroupware.org/coredevelopers'
); );
$setup_info['admin']['license'] = 'GPL'; $setup_info['admin']['license'] = 'GPL';
$setup_info['admin']['description'] = 'phpGroupWare administration application'; $setup_info['admin']['description'] = 'eGroupWare administration application';
/* The hooks this app includes, needed for hooks registration */ /* The hooks this app includes, needed for hooks registration */
$setup_info['admin']['hooks'] = array(
$setup_info['admin']['hooks'] = array
(
'acl_manager', 'acl_manager',
'add_def_pref', 'add_def_pref',
'admin', 'admin',
@ -50,8 +46,7 @@
); );
/* Dependencies for this app to work */ /* Dependencies for this app to work */
$setup_info['admin']['depends'][] = array $setup_info['admin']['depends'][] = array(
(
'appname' => 'phpgwapi', 'appname' => 'phpgwapi',
'versions' => Array('0.9.14','0.9.15') 'versions' => Array('0.9.14','0.9.15')
); );