mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-24 17:04:14 +01:00
check of (newer) "mysqli" extension not old "mysql" no longer existing in PHP 7.0+
This commit is contained in:
parent
04e33f4d19
commit
3c9353514d
@ -141,7 +141,7 @@ $checks = array(
|
|||||||
'func' => 'extension_check',
|
'func' => 'extension_check',
|
||||||
'error' => lang('The PDO extension plus a database specific driver is needed by the VFS (virtual file system)!'),
|
'error' => lang('The PDO extension plus a database specific driver is needed by the VFS (virtual file system)!'),
|
||||||
),
|
),
|
||||||
'mysql' => array(
|
'mysqli' => array(
|
||||||
'func' => 'extension_check',
|
'func' => 'extension_check',
|
||||||
'warning' => lang('The %1 extension is needed, if you plan to use a %2 database.','mysql','MySQL')
|
'warning' => lang('The %1 extension is needed, if you plan to use a %2 database.','mysql','MySQL')
|
||||||
),
|
),
|
||||||
|
Loading…
Reference in New Issue
Block a user