The Lesson dependency help button was pointing to the wrong help file.

This commit is contained in:
michaelpenne
2005-11-02 21:22:16 +00:00
parent af13355ada
commit 16fa48c83e
+1 -1
View File
@@ -468,7 +468,7 @@ if ($form->mode == "add") {
choose_from_menu($options, "dependency", $form->dependency, "");
?>
<?php helpbutton("password", get_string("dependency", "lesson"), "lesson"); ?>
<?php helpbutton("dependency", get_string("dependency", "lesson"), "lesson"); ?>
</td>
</tr>