Merged Nicolas' changes from MDL-8582 into HEAD.

This commit is contained in:
moodler
2007-02-28 06:25:22 +00:00
parent 8663848910
commit 6ba65fa08d
99 changed files with 289 additions and 210 deletions
+1 -1
View File
@@ -495,7 +495,7 @@ function question_delete_course($course, $feedback=true) {
if (!isset($course->shortname)) {
$course->shortname = 'id=' . $course->id;
}
$concat->name = get_string('savedfromdeletedcourse', 'quiz', $course->shortname);
$concat->name = get_string('savedfromdeletedcourse', 'quiz', format_string($course->shortname));
$concat->info = $concat->name;
$concat->publish = 1;
$concat->stamp = make_unique_id_code();