From 3d6a411a17df8ada05d44381d4e50eac7109e307 Mon Sep 17 00:00:00 2001 From: reinerj Date: Mon, 19 Jan 2004 19:50:31 +0000 Subject: [PATCH] add some better description to file --- addressbook/setup/setup.inc.php | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/addressbook/setup/setup.inc.php b/addressbook/setup/setup.inc.php index 848f50fd58..6624ff3e20 100755 --- a/addressbook/setup/setup.inc.php +++ b/addressbook/setup/setup.inc.php @@ -23,12 +23,15 @@ $setup_info['addressbook']['license'] = 'GPL'; $setup_info['addressbook']['description'] = 'Contact manager with Vcard support.
- Addressbook is the phpgroupware default contact application.
- It makes use of the phpgroupware contacts class to store and retrieve - contact information via SQL or LDAP.'; + Always have your address book available for updates or look ups from anywhere.
+ Share address book contact information with others.
+ Link contacts to calendar events or infolog entires like phonecalls.
+ Addressbook is the eGroupWare default contact application.
+ It makes use of the eGroupWare contacts class to store and retrieve + contact information via SQL or LDAP.'; - $setup_info['addressbook']['maintainer'] = 'phpGroupWare coreteam'; - $setup_info['addressbook']['maintainer_email'] = 'phpgroupware-developers@gnu.org'; + $setup_info['addressbook']['maintainer'] = 'eGroupWare coreteam'; + $setup_info['addressbook']['maintainer_email'] = 'milosch@users.sourceforge.net'; /* The hooks this app includes, needed for hooks registration */ $setup_info['addressbook']['hooks'][] = 'admin';