From 206a507520f46830b48272db9fbbc5de92a2b5a3 Mon Sep 17 00:00:00 2001 From: moodler Date: Mon, 30 Aug 2004 08:44:00 +0000 Subject: [PATCH] MErged from CVS --- files/index.php | 1 + lib/editor/coursefiles.php | 1 + mod/resource/coursefiles.php | 1 + mod/scorm/coursefiles.php | 1 + 4 files changed, 4 insertions(+) diff --git a/files/index.php b/files/index.php index 216fd09904..c5fde28ba2 100644 --- a/files/index.php +++ b/files/index.php @@ -317,6 +317,7 @@ } else { $usehtmleditor = false; } + $usehtmleditor = false; // Always keep it off for now print_heading("$streditfile"); diff --git a/lib/editor/coursefiles.php b/lib/editor/coursefiles.php index 517dd5c493..32b69bbdf4 100644 --- a/lib/editor/coursefiles.php +++ b/lib/editor/coursefiles.php @@ -411,6 +411,7 @@ $usehtmleditor = false; $onsubmit = ""; } + $usehtmleditor = false; // Always keep it off for now print_heading("$streditfile"); diff --git a/mod/resource/coursefiles.php b/mod/resource/coursefiles.php index 8dff0964c8..f5c095b955 100644 --- a/mod/resource/coursefiles.php +++ b/mod/resource/coursefiles.php @@ -330,6 +330,7 @@ $usehtmleditor = false; $onsubmit = ""; } + $usehtmleditor = false; // Always keep it off for now print_heading("$streditfile"); diff --git a/mod/scorm/coursefiles.php b/mod/scorm/coursefiles.php index b922736b97..e6860403d7 100755 --- a/mod/scorm/coursefiles.php +++ b/mod/scorm/coursefiles.php @@ -330,6 +330,7 @@ $usehtmleditor = false; $onsubmit = ""; } + $usehtmleditor = false; // Always keep it off for now print_heading("$streditfile"); -- 2.39.5