mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-27 09:09:04 +01:00
Add correct table names
This commit is contained in:
parent
c206192b92
commit
ba54e7d972
@ -2,8 +2,8 @@
|
|||||||
$setup_info['calendar']['name'] = 'Calendar';
|
$setup_info['calendar']['name'] = 'Calendar';
|
||||||
$setup_info['calendar']['version'] = '0.9.11';
|
$setup_info['calendar']['version'] = '0.9.11';
|
||||||
$setup_info['calendar']['app_order'] = 3;
|
$setup_info['calendar']['app_order'] = 3;
|
||||||
$setup_info['calendar']['tables'] = "";
|
$setup_info['calendar']['tables'] = array('phpgw_cal','phpgw_cal_holidays','phpgw_cal_repeats','phpgw_cal_user');
|
||||||
$hooks = Array();
|
$hooks = Array();
|
||||||
$hooks_string = implode (',', $hooks);
|
$hooks_string = implode (',', $hooks);
|
||||||
$setup_info['calendar']['hooks'] = $hooks_string;
|
$setup_info['calendar']['hooks'] = $hooks_string;
|
||||||
?>
|
?>
|
||||||
|
Loading…
Reference in New Issue
Block a user