mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 00:29:38 +01:00
check_db now takes $setup_info
This commit is contained in:
parent
2808518560
commit
27619fb663
@ -250,9 +250,9 @@
|
||||
return '10';
|
||||
}
|
||||
|
||||
function check_db()
|
||||
function check_db($setup_info='')
|
||||
{
|
||||
$setup_info = $GLOBALS['setup_info'];
|
||||
$setup_info = $setup_info ? $setup_info : $GLOBALS['setup_info'];
|
||||
|
||||
$GLOBALS['phpgw_setup']->db->Halt_On_Error = 'no';
|
||||
// _debug_array($setup_info);
|
||||
|
Loading…
Reference in New Issue
Block a user