From 1e879b335311715db16de36129cd935bfa8723b2 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Wed, 15 Sep 2010 18:33:32 +0000 Subject: [PATCH] do NOT complain about regulary disabled egw-pear --- setup/applications.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/applications.php b/setup/applications.php index d6d952fe33..12f6db75c9 100644 --- a/setup/applications.php +++ b/setup/applications.php @@ -433,7 +433,7 @@ else $setup_tpl->set_var('resolution',''); $status = lang('OK') . ' - ' . $value['status']; } - else + elseif($key != 'egw-pear') { if ($value['tables'][0] != '') {