This commit is contained in:
ceb 2002-05-14 22:55:56 +00:00
parent ae0f6115a1
commit 8e33cfaeb3
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@
$setup_info['admin']['description'] =
'phpGroupWare administration application';
$setup_info['admin']['maintainer'] = 'phpGW Core';
$setup_info['admin']['maintainer_email'] = 'ceb@phpgwroupware.org<br>jengo@phpgroupware.org<br>milosch@phpgroupware.org<br>seek3r@phpgroupware.org<br>skeeter@phpgroupware.org';
$setup_info['admin']['maintainer_email'] = 'ceb@phpgroupware.org<br>jengo@phpgroupware.org<br>milosch@phpgroupware.org<br>seek3r@phpgroupware.org<br>skeeter@phpgroupware.org';
/* The hooks this app includes, needed for hooks registration */
$setup_info['admin']['hooks'][] = 'acl_manager';

View File

@ -22,7 +22,7 @@
$setup_info['phpgwapi']['author'] = 'phpGW Core';
$setup_info['phpgwapi']['description'] = 'The core of phpGroupWare, the API itself...';
$setup_info['phpgwapi']['maintainer'] = 'phpGW Core';
$setup_info['phpgwapi']['maintainer_email'] = 'ceb@phpgwroupware.org<br>jengo@phpgroupware.org<br>milosch@phpgroupware.org<br>seek3r@phpgroupware.org<br>skeeter@phpgroupware.org';
$setup_info['phpgwapi']['maintainer_email'] = 'ceb@phpgroupware.org<br>jengo@phpgroupware.org<br>milosch@phpgroupware.org<br>seek3r@phpgroupware.org<br>skeeter@phpgroupware.org';
/* The tables this app creates */
$setup_info['phpgwapi']['tables'][] = 'phpgw_sessions';