mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 00:13:35 +01:00
"added warning if zip extension is missing (OpenOffice and MsOffice documents)"
This commit is contained in:
parent
5722b54a10
commit
55233ca9fd
@ -63,5 +63,9 @@ $setup_info['projectmanager']['check_install'] = array(
|
||||
'func' => 'function_check',
|
||||
'warning' => "The imagecreatefromjpeg function is supplied by the gd extension (complied with jpeg support!). It's needed to upload photos for contacts.",
|
||||
),
|
||||
'zip' => array(
|
||||
'func' => 'extension_check',
|
||||
'warning' => lang('The zip extension is needed, to insert contact data in OpenOffice or MSOffice documents.'),
|
||||
),
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user