mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-27 09:09:04 +01:00
Set to correct table names
This commit is contained in:
parent
874a8e3de3
commit
c206192b92
@ -6,7 +6,7 @@
|
||||
$setup_info['addressbook']['app_order'] = 4;
|
||||
|
||||
/* The tables this app creates */
|
||||
$setup_info['addressbook']['tables'] = Array('addressbook');
|
||||
$setup_info['addressbook']['tables'] = Array('phpgw_addressbook','phpgw_addressbook_extra');
|
||||
|
||||
/* The hooks this app includes, needed for hooks registration */
|
||||
$setup_info['addressbook']['hooks'][] = 'preferences';
|
||||
|
Loading…
Reference in New Issue
Block a user