diff --git a/course/reset.php b/course/reset.php
index c405e5af777..9f0d599e033 100755
--- a/course/reset.php
+++ b/course/reset.php
@@ -60,8 +60,8 @@ The feature will also reset the start date of the course if necessary.
echo '
';
echo $strremove.':
';
+ print_checkbox('reset_teachers', 1, false, get_string('teachers'), '', ''); echo '
';
print_checkbox('reset_students', 1, true, get_string('students'), '', ''); echo '
';
- print_checkbox('reset_teachers', 1, true, get_string('teachers'), '', ''); echo '
';
print_checkbox('reset_events', 1, true, get_string('courseevents', 'calendar'), '', ''); echo '
';
print_checkbox('reset_logs', 1, true, get_string('logs'), '', ''); echo '
';
print_checkbox('reset_groups', 1, true, get_string('groups'), '', ''); echo '
';