MDL-61711 install: update the list of stale files for 3.5

This commit is contained in:
Eloy Lafuente (stronk7) 2018-04-09 02:21:55 +02:00
parent 2bd2660751
commit 970df71df3

View File

@ -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',