mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-16 13:03:16 +01:00
fix update script
This commit is contained in:
parent
023f77bd20
commit
c68aacab0c
@ -746,7 +746,7 @@ function infolog_upgrade1_9_006()
|
|||||||
function infolog_upgrade14_1()
|
function infolog_upgrade14_1()
|
||||||
{
|
{
|
||||||
// Restore any hiding infologs
|
// Restore any hiding infologs
|
||||||
$GLOBALS['egw_setup']->db->query('UPDATE egw_infolog SET info_status = "not-started" WHERE info_status is null;', __LINE__, __FILE__);
|
$GLOBALS['egw_setup']->db->query("UPDATE egw_infolog SET info_status='not-started' WHERE info_status IS NULL", __LINE__, __FILE__);
|
||||||
return $GLOBALS['setup_info']['infolog']['currentver'] = '14.2';
|
|
||||||
|
|
||||||
|
return $GLOBALS['setup_info']['infolog']['currentver'] = '14.2';
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user