MDL-32434 deprecate drop_temp_table() in favour of drop_table()
This commit is contained in:
@@ -147,7 +147,7 @@ abstract class backup_controller_dbops extends backup_dbops {
|
||||
|
||||
$targettablename = 'backup_ids_temp';
|
||||
$table = new xmldb_table($targettablename);
|
||||
$dbman->drop_temp_table($table); // And drop it
|
||||
$dbman->drop_table($table); // And drop it
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user