mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-27 18:33:39 +01:00
* Setup: fix install check was (false) reporting missing PHP extension "addressbook_zip"
This commit is contained in:
parent
116a1ce63c
commit
436ec9181f
@ -64,9 +64,4 @@ $setup_info['addressbook']['check_install'] = array(
|
|||||||
'func' => 'function_check',
|
'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.",
|
'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