MDL-35129 add missing recordset closing in db transfer
This commit is contained in:
@@ -153,6 +153,7 @@ abstract class database_exporter {
|
||||
$this->export_table_data($table, $row);
|
||||
}
|
||||
$this->finish_table_export($table);
|
||||
$rs->close();
|
||||
}
|
||||
$this->finish_database_export();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user