Tabs are out.

(all the module was using them, please change your editor settings to 4 spaces)
This commit is contained in:
stronk7 2005-05-16 22:41:19 +00:00
parent 894ff63f8f
commit 271fea974f
15 changed files with 1808 additions and 1810 deletions

View file

@ -57,13 +57,13 @@
"$navigation <a href=index.php?id=$course->id>$strlessons</a> ->
<a href=\"view.php?id=$cm->id\">".format_string($lesson->name,true)."</a>", "", "", true);
// include the appropriate action (check to make sure the file is there first)
if (file_exists($CFG->dirroot.'/mod/lesson/action/'.$action.'.php')) {
include($CFG->dirroot.'/mod/lesson/action/'.$action.'.php');
} else {
error("Fatal Error: Unknown action\n");
}
// include the appropriate action (check to make sure the file is there first)
if (file_exists($CFG->dirroot.'/mod/lesson/action/'.$action.'.php')) {
include($CFG->dirroot.'/mod/lesson/action/'.$action.'.php');
} else {
error("Fatal Error: Unknown action\n");
}
print_footer($course);
?>