diff --git a/phpgwapi/setup/setup.inc.php b/phpgwapi/setup/setup.inc.php index 7f7e2f1abb..6f74fefa40 100755 --- a/phpgwapi/setup/setup.inc.php +++ b/phpgwapi/setup/setup.inc.php @@ -19,6 +19,11 @@ $setup_info['phpgwapi']['enable'] = 3; $setup_info['phpgwapi']['app_order'] = 1; + $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
jengo@phpgroupware.org
milosch@phpgroupware.org
seek3r@phpgroupware.org
skeeter@phpgroupware.org'; + /* The tables this app creates */ $setup_info['phpgwapi']['tables'][] = 'phpgw_sessions'; $setup_info['phpgwapi']['tables'][] = 'phpgw_preferences';