From 55233ca9fd01452c744e01ef890069886655d00b Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Fri, 14 Aug 2009 09:50:58 +0000 Subject: [PATCH] "added warning if zip extension is missing (OpenOffice and MsOffice documents)" --- addressbook/setup/setup.inc.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/addressbook/setup/setup.inc.php b/addressbook/setup/setup.inc.php index bca023a26e..62104f4808 100755 --- a/addressbook/setup/setup.inc.php +++ b/addressbook/setup/setup.inc.php @@ -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.'), + ), );