mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 12:40:01 +01:00
Merge branch 'w20_MDL-29054_m23_sqlsrvdbt' of git://github.com/skodak/moodle
This commit is contained in:
commit
331a8feecf
@ -39,7 +39,7 @@ class database_transfer_form extends moodleform {
|
|||||||
'pgsql/native',
|
'pgsql/native',
|
||||||
'mssql/native',
|
'mssql/native',
|
||||||
'oci/native',
|
'oci/native',
|
||||||
'sqlite3/pdo',
|
'sqlsrv/native',
|
||||||
);
|
);
|
||||||
$drivers = array();
|
$drivers = array();
|
||||||
foreach($supported as $driver) {
|
foreach($supported as $driver) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user