"added warning if zip extension is missing (OpenOffice and MsOffice documents)"

This commit is contained in:
Ralf Becker 2009-08-14 09:50:58 +00:00
parent 5722b54a10
commit 55233ca9fd

View File

@ -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.'),
),
);