mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
finally got the basics doen for dependancy support
This commit is contained in:
parent
ba54e7d972
commit
87e82b612e
@ -4,9 +4,10 @@
|
||||
$setup_info['addressbook']['title'] = 'Addressbook';
|
||||
$setup_info['addressbook']['version'] = '0.9.11';
|
||||
$setup_info['addressbook']['app_order'] = 4;
|
||||
$setup_info['addressbook']['tables'] = '';
|
||||
|
||||
/* The tables this app creates */
|
||||
$setup_info['addressbook']['tables'] = Array('phpgw_addressbook','phpgw_addressbook_extra');
|
||||
$setup_info['addressbook']['tables'] = Array('skel');
|
||||
|
||||
/* The hooks this app includes, needed for hooks registration */
|
||||
$setup_info['addressbook']['hooks'][] = 'preferences';
|
||||
|
Loading…
Reference in New Issue
Block a user