mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
MDL-61711 install: update the list of stale files for 3.5
This commit is contained in:
parent
2bd2660751
commit
970df71df3
@ -430,6 +430,10 @@ function upgrade_stale_php_files_present() {
|
||||
global $CFG;
|
||||
|
||||
$someexamplesofremovedfiles = array(
|
||||
// Removed in 3.5.
|
||||
'/lib/dml/mssql_native_moodle_database.php',
|
||||
'/lib/dml/mssql_native_moodle_recordset.php',
|
||||
'/lib/dml/mssql_native_moodle_temptables.php',
|
||||
// Removed in 3.4.
|
||||
'/auth/README.txt',
|
||||
'/calendar/set.php',
|
||||
|
Loading…
x
Reference in New Issue
Block a user