From c37385bb5ebe089e652686cbb59071f9c16c7f96 Mon Sep 17 00:00:00 2001
From: thepurpleblob
Date: Wed, 7 Feb 2007 12:10:56 +0000
Subject: [PATCH] Whoops..... lots of clashes due to XHTML improvements in 1.8.
Should be sorted.
---
question/export.php | 69 ++++-----------------------------------------
1 file changed, 6 insertions(+), 63 deletions(-)
diff --git a/question/export.php b/question/export.php
index 294e12df02..a5b8e691ce 100644
--- a/question/export.php
+++ b/question/export.php
@@ -2,11 +2,7 @@
/**
* Export quiz questions into the given category
*
-<<<<<<< export.php
* @version $Id$
-=======
-* @version $Id$
->>>>>>> 1.22.2.2
* @author Martin Dougiamas, Howard Miller, and many others.
* {@link http://moodle.org}
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License
@@ -135,13 +131,8 @@
else {
$efile = "{$CFG->wwwroot}/file.php?file=/".$qformat->question_get_export_dir()."/$exportfilename".$file_ext."&forcedownload=1";
}
-<<<<<<< export.php
- echo "
";
- echo "$downloadextra_str
";
-=======
- echo "$txt->download";
- echo "$txt->downloadextra";
->>>>>>> 1.22.2.2
+ echo "";
+ echo "$txt->downloadextra
";
print_continue("edit.php?courseid=$course->id");
print_footer($course);
@@ -158,58 +149,12 @@
$exportfilename = default_export_filename($course, $category);
}
-<<<<<<< export.php
- print_heading_with_help($strexportquestions, "export", "quiz");
-
- print_simple_box_start("center");
- echo "\n";
-=======
>>>>>> 1.22.2.2
+
print_simple_box_end();
print_footer($course);
?>
-<<<<<<< export.php
-?>=======
->>>>>>> 1.22.2.2
--
2.39.5