From fb7a194e6b10fc133a1e2072f4702304a08d6001 Mon Sep 17 00:00:00 2001 From: moodler Date: Mon, 3 Nov 2003 02:59:09 +0000 Subject: [PATCH] Removed blank lines at the end (!) --- mod/chat/db/mysql.php | 1 - mod/choice/db/mysql.php | 1 - mod/dialogue/db/mysql.php | 2 ++ mod/exercise/db/mysql.php | 1 - mod/forum/db/mysql.php | 1 - mod/glossary/db/mysql.php | 3 --- mod/journal/db/mysql.php | 2 ++ mod/resource/db/mysql.php | 1 - mod/workshop/db/mysql.php | 1 - 9 files changed, 4 insertions(+), 9 deletions(-) diff --git a/mod/chat/db/mysql.php b/mod/chat/db/mysql.php index 57c0ca7f30..15afb08cef 100644 --- a/mod/chat/db/mysql.php +++ b/mod/chat/db/mysql.php @@ -28,4 +28,3 @@ function chat_upgrade($oldversion) { ?> - diff --git a/mod/choice/db/mysql.php b/mod/choice/db/mysql.php index 6c555ce276..d8a021fc56 100644 --- a/mod/choice/db/mysql.php +++ b/mod/choice/db/mysql.php @@ -26,4 +26,3 @@ function choice_upgrade($oldversion) { ?> - diff --git a/mod/dialogue/db/mysql.php b/mod/dialogue/db/mysql.php index 9eceda8a42..c2f7df0aa3 100644 --- a/mod/dialogue/db/mysql.php +++ b/mod/dialogue/db/mysql.php @@ -18,3 +18,5 @@ function dialogue_upgrade($oldversion) { $result = true; return $result; } + +?> diff --git a/mod/exercise/db/mysql.php b/mod/exercise/db/mysql.php index d8a8dcd4a1..b8e745a8e5 100644 --- a/mod/exercise/db/mysql.php +++ b/mod/exercise/db/mysql.php @@ -12,4 +12,3 @@ function exercise_upgrade($oldversion) { ?> - diff --git a/mod/forum/db/mysql.php b/mod/forum/db/mysql.php index 69f7f1090b..8f51b7a0ab 100644 --- a/mod/forum/db/mysql.php +++ b/mod/forum/db/mysql.php @@ -87,4 +87,3 @@ function forum_upgrade($oldversion) { ?> - diff --git a/mod/glossary/db/mysql.php b/mod/glossary/db/mysql.php index b1b5a15c81..2db2e3de81 100644 --- a/mod/glossary/db/mysql.php +++ b/mod/glossary/db/mysql.php @@ -160,6 +160,3 @@ function glossary_upgrade($oldversion) { } ?> - - - diff --git a/mod/journal/db/mysql.php b/mod/journal/db/mysql.php index a6df5fbf9e..a79ac07bae 100644 --- a/mod/journal/db/mysql.php +++ b/mod/journal/db/mysql.php @@ -45,3 +45,5 @@ function journal_upgrade($oldversion) { return $result; } + +?> diff --git a/mod/resource/db/mysql.php b/mod/resource/db/mysql.php index 7e2a9642ca..9ed1fdc4fa 100644 --- a/mod/resource/db/mysql.php +++ b/mod/resource/db/mysql.php @@ -15,4 +15,3 @@ function resource_upgrade($oldversion) { ?> - diff --git a/mod/workshop/db/mysql.php b/mod/workshop/db/mysql.php index 3253483027..afbbe0305c 100644 --- a/mod/workshop/db/mysql.php +++ b/mod/workshop/db/mysql.php @@ -71,4 +71,3 @@ function workshop_upgrade($oldversion) { ?> - -- 2.39.5