mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
Adjust table names array
This commit is contained in:
parent
83665b88cc
commit
b0b883cc20
@ -4,10 +4,12 @@
|
|||||||
$setup_info['addressbook']['title'] = 'Addressbook';
|
$setup_info['addressbook']['title'] = 'Addressbook';
|
||||||
$setup_info['addressbook']['version'] = '0.9.11';
|
$setup_info['addressbook']['version'] = '0.9.11';
|
||||||
$setup_info['addressbook']['app_order'] = 4;
|
$setup_info['addressbook']['app_order'] = 4;
|
||||||
$setup_info['addressbook']['tables'] = '';
|
|
||||||
|
|
||||||
/* The tables this app creates */
|
/* The tables this app creates */
|
||||||
$setup_info['addressbook']['tables'] = Array('skel');
|
$setup_info['addressbook']['tables'] = array(
|
||||||
|
'phpgw_addressbook',
|
||||||
|
'phpgw_addressbook_extra'
|
||||||
|
);
|
||||||
|
|
||||||
/* The hooks this app includes, needed for hooks registration */
|
/* The hooks this app includes, needed for hooks registration */
|
||||||
$setup_info['addressbook']['hooks'][] = 'preferences';
|
$setup_info['addressbook']['hooks'][] = 'preferences';
|
||||||
|
Loading…
Reference in New Issue
Block a user