fixed typos

This commit is contained in:
skodak
2006-04-20 19:07:08 +00:00
parent fbab16a7e2
commit 3f2d13ff26
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -53,7 +53,7 @@
"<a href=\"$CFG->wwwroot/course/view.php?id=$course->id\">$course->shortname</a> ".
"-> <a href=\"$CFG->wwwroot/course/import.php?id=$course->id\">".get_string('import')."</a> ".
"-> $strimportothercourses");
require_once('mod.html');
require_once('mod.php');
print_footer();
?>
+2 -2
View File
@@ -38,7 +38,7 @@
/// Print the header
print_header("$course->shortname: $struploadgroups", "$course->fullname",
print_header("$course->shortname: $strimportgroups", "$course->fullname",
"<a href=\"$CFG->wwwroot/course/view.php?id=$course->id\">$course->shortname</a> ".
"-> <a href=\"$CFG->wwwroot/course/import.php?id=$course->id\">".get_string('import')."</a> ".
"-> $strimportgroups");
@@ -190,7 +190,7 @@
}
/// Print the form
require('mod.html');
require('mod.php');
print_footer($course);
+1 -1
View File
@@ -1,4 +1,4 @@
<?php
<?php // $Id$
if (!defined('MOODLE_INTERNAL')) {
die('Direct access to this script is forbidden.'); /// It must be included from a Moodle page