mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +01:00
rollback last change for now
This commit is contained in:
parent
26edf4dccb
commit
2d32663ce1
@ -172,14 +172,16 @@
|
||||
/* Only set this if it has not already failed to upgrade - Milosch */
|
||||
if ($setup_info[$key]['status'] != 'F' )//&& $setup_info[$key]['status'] != 'C')
|
||||
{
|
||||
/*
|
||||
if($setup_info[$key]['status'] == 'C')
|
||||
{
|
||||
$setup_info[$key]['status'] = 'P';
|
||||
}
|
||||
else
|
||||
{
|
||||
*/
|
||||
$setup_info[$key]['status'] = 'D';
|
||||
}
|
||||
//}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user