mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-25 16:19:00 +01:00
install importexport automatically on update
This commit is contained in:
parent
2f99f7ff79
commit
f4061db91a
@ -20,6 +20,8 @@ $setup_info['importexport']['maintainer'] = array(
|
|||||||
'name' => 'eGroupware core team',
|
'name' => 'eGroupware core team',
|
||||||
'email' => 'egroupware-developers@lists.sf.net'
|
'email' => 'egroupware-developers@lists.sf.net'
|
||||||
);
|
);
|
||||||
|
$setup_info['importexport']['autoinstall'] = true; // install automatically on update
|
||||||
|
|
||||||
$setup_info['importexport']['license'] = 'GPL';
|
$setup_info['importexport']['license'] = 'GPL';
|
||||||
$setup_info['importexport']['description'] =
|
$setup_info['importexport']['description'] =
|
||||||
'';
|
'';
|
||||||
|
Loading…
Reference in New Issue
Block a user