MDL-32434 deprecate drop_temp_table() in favour of drop_table()

This commit is contained in:
Petr Skoda
2012-04-15 12:23:15 +02:00
parent 9b3323b8be
commit a66b2ae4f4
14 changed files with 26 additions and 85 deletions
@@ -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
}
/**