Index: temp_moodle_dev/moodle/question/import.php =================================================================== diff -u -rb5e67f63747b4bb7072b78923d250396e77140f2 -r89659faa9ee2ac5d9c25fa5524f6925d923f00b3 --- temp_moodle_dev/moodle/question/import.php (.../import.php) (revision b5e67f63747b4bb7072b78923d250396e77140f2) +++ temp_moodle_dev/moodle/question/import.php (.../import.php) (revision 89659faa9ee2ac5d9c25fa5524f6925d923f00b3) @@ -62,8 +62,8 @@ $navlinks[] = array('name' => format_string($module->name), 'link' => "$CFG->wwwroot/mod/{$cm->modname}/view.php?id={$cm->id}", 'type' => 'title'); $navlinks[] = array('name' => $txt->importquestions, 'link' => '', 'type' => 'title'); $navigation = build_navigation($navlinks); - print_header_simple($txt->importquestions, '', $navigation, "", "", true, $strupdatemodule); - + //we pass a new parameter to the function so it won't we printed if is_lams=1 + print_header_simple($txt->importquestions, '', $navigation, "", "", true, $strupdatemodule,'',false,'',false,$cm->is_lams); $currenttab = 'edit'; $mode = 'import'; ${$cm->modname} = $module; @@ -73,8 +73,8 @@ $navlinks = array(); $navlinks[] = array('name' => $txt->importquestions, 'link' => '', 'type' => 'title'); $navigation = build_navigation($navlinks); - - print_header_simple($txt->importquestions, '', $navigation); + //we pass a new parameter to the function so it won't we printed if is_lams=1 + print_header_simple($txt->importquestions, '', $navigation, "", "", true, $strupdatemodule,'',false,'',false,$cm->is_lams); // print tabs $currenttab = 'import'; include('tabs.php'); @@ -148,7 +148,8 @@ echo "