MDL-35129 add missing recordset closing in db transfer

This commit is contained in:
Petr Škoda
2012-09-14 23:54:16 +02:00
parent c8ac480979
commit 1025b58b44
+1
View File
@@ -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();
}