MDL-34441 tool_dbtranfer - fix codechecker warnings

Since we were so close to perfection.
This commit is contained in:
Dan Poltawski 2012-07-25 10:43:37 +08:00
parent d574571540
commit f1e8021728
7 changed files with 31 additions and 18 deletions

View file

@ -40,6 +40,6 @@ if ($data = $form->get_data()) {
}
echo $OUTPUT->header();
// TODO: add some more info here
// TODO: add some more info here.
$form->display();
echo $OUTPUT->footer();