mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-10 07:21:04 +01:00
"fixed author & maintainer info"
This commit is contained in:
parent
05a29fc777
commit
f27989b931
@ -24,8 +24,10 @@ $setup_info['addressbook']['description'] =
|
|||||||
Addressbook is the eGroupWare default contact application. <br />
|
Addressbook is the eGroupWare default contact application. <br />
|
||||||
It stores contact information via SQL or LDAP and provides contact services via the eGroupWare API.';
|
It stores contact information via SQL or LDAP and provides contact services via the eGroupWare API.';
|
||||||
|
|
||||||
$setup_info['addressbook']['maintainer'] = 'eGroupWare coreteam';
|
$setup_info['addressbook']['maintainer'] = array(
|
||||||
$setup_info['addressbook']['maintainer_email'] = 'egroupware-developers@lists.sourceforge.net';
|
'name' => 'Ralf Becker',
|
||||||
|
'email' => 'ralfbecker@outdoor-training.de'
|
||||||
|
);
|
||||||
|
|
||||||
$setup_info['addressbook']['tables'] = array(); // addressbook tables are in the API!
|
$setup_info['addressbook']['tables'] = array(); // addressbook tables are in the API!
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user