]> git.mjollnir.org Git - moodle.git/commitdiff
fixed typos
authorskodak <skodak>
Thu, 20 Apr 2006 19:07:08 +0000 (19:07 +0000)
committerskodak <skodak>
Thu, 20 Apr 2006 19:07:08 +0000 (19:07 +0000)
course/import/activities/index.php
course/import/groups/index.php
course/import/groups/mod.php

index 3e468cc34bffa7ef04f3298a464595ea58ec7fcb..8ad423917487d8cc7aa841cbab6f0d040331caf3 100644 (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();
 ?>
index ea9fa367da553c167ba271266bd6e39bb541d164..bb68f6d8e0ac026dfa9a844cd42a4d47bc9b35e7 100755 (executable)
@@ -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");
     }
 
 /// Print the form
-       require('mod.html');
+       require('mod.php');
 
     print_footer($course);
 
index 90d4cf8126bff3257983770f771fa46038cb1f0a..6e745979f207cc3ab892a58324427edefe6a74ef 100644 (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