From dd1fa5af079c4f696183edc6084e19f57f749346 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Sun, 27 Oct 2002 16:54:07 +0000 Subject: [PATCH] ubdate to new about-system (all infos are in setup.inc.php, no more hook_about) --- addressbook/inc/hook_about.inc.php | 21 --------------------- addressbook/setup/setup.inc.php | 5 ++++- 2 files changed, 4 insertions(+), 22 deletions(-) delete mode 100644 addressbook/inc/hook_about.inc.php diff --git a/addressbook/inc/hook_about.inc.php b/addressbook/inc/hook_about.inc.php deleted file mode 100644 index 9abe5b8e31..0000000000 --- a/addressbook/inc/hook_about.inc.php +++ /dev/null @@ -1,21 +0,0 @@ - * - * -------------------------------------------- * - * 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 * - * Free Software Foundation; either version 2 of the License, or (at your * - * option) any later version. * - \**************************************************************************/ - - /* $Id$ */ - - function about_app() - { - $GLOBALS['tpl']->set_var('developers','Joseph Engo  [jengo@phpgroupware.org]
Miles Lott  [milosch@phpgroupware.org]'); - $GLOBALS['tpl']->set_var('description',lang('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.')); - - return $GLOBALS['tpl']->fp('out','about'); - } diff --git a/addressbook/setup/setup.inc.php b/addressbook/setup/setup.inc.php index e9983d5c23..fb1a33eece 100755 --- a/addressbook/setup/setup.inc.php +++ b/addressbook/setup/setup.inc.php @@ -21,7 +21,10 @@ $setup_info['addressbook']['note'] = 'The phpgwapi manages contact data. Addressbook manages servers for its remote capability.'; $setup_info['addressbook']['license'] = 'GPL'; $setup_info['addressbook']['description'] = - 'Contact manager with Vcard support.'; + '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.'; $setup_info['addressbook']['maintainer'] = 'Miles Lott'; $setup_info['addressbook']['maintainer_email'] = 'milosch@phpgroupware.org';