mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 04:29:28 +01:00
updating to new format that supports depends
This commit is contained in:
parent
413577a163
commit
4935ab6eb6
@ -4,7 +4,9 @@
|
||||
$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('addressbook');
|
||||
|
||||
/* The hooks this app includes, needed for hooks registration */
|
||||
$setup_info['addressbook']['hooks'][] = 'preferences';
|
||||
|
Loading…
Reference in New Issue
Block a user