disabling egw-pear: no need to show it anywhere inside EGroupware

This commit is contained in:
Ralf Becker 2009-10-02 09:23:31 +00:00
parent 0a6c1ece97
commit a6c30d1618

View File

@ -13,7 +13,7 @@ $setup_info['egw-pear']['name'] = 'egw-pear';
$setup_info['egw-pear']['title'] = 'egw-pear';
$setup_info['egw-pear']['version'] = '1.4.000';
$setup_info['egw-pear']['app_order'] = 99;
$setup_info['egw-pear']['enable'] = 2;
$setup_info['egw-pear']['enable'] = 0; // no need to show anywhere in EGroupware
$setup_info['egw-pear']['author'] = array(
'name' => 'PEAR - PHP Extension and Application Repository',