forked from extern/egroupware
allow to deinstall old phpgwapi, but not api
This commit is contained in:
parent
25049f9504
commit
9c1249cd9a
@ -436,7 +436,7 @@ else
|
||||
switch($value['status'])
|
||||
{
|
||||
case 'C':
|
||||
$setup_tpl->set_var('remove', in_array($key, array('api', 'phpgwapi')) ? ' ' : '<input type="checkbox" name="remove[' . $value['name'] . ']" />');
|
||||
$setup_tpl->set_var('remove', $key == 'api' ? ' ' : '<input type="checkbox" name="remove[' . $value['name'] . ']" />');
|
||||
$setup_tpl->set_var('upgrade',' ');
|
||||
if (!$GLOBALS['egw_setup']->detection->check_app_tables($value['name']))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user