mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-24 20:01:36 +02:00
Adjust table names array
This commit is contained in:
parent
83665b88cc
commit
b0b883cc20
@ -4,17 +4,19 @@
|
|||||||
$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';
|
||||||
|
|
||||||
/* Dependacies for this app to work */
|
/* Dependacies for this app to work */
|
||||||
$setup_info['addressbook']['depends'][] = array(
|
$setup_info['addressbook']['depends'][] = array(
|
||||||
'appname' => 'phpgwapi',
|
'appname' => 'phpgwapi',
|
||||||
'versions' => Array('0.9.10', '0.9.11' , '0.9.12')
|
'versions' => Array('0.9.10', '0.9.11' , '0.9.12')
|
||||||
);
|
);
|
||||||
?>
|
?>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user