From e71c5e94a4b0367b3bb9b0c3cb53e97f63c550bb Mon Sep 17 00:00:00 2001 From: Ingmar Szmais Date: Tue, 14 Apr 2020 14:24:24 +0200 Subject: [PATCH] fix classname changes --- setup/sql/6_0_hotfixes.php | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/setup/sql/6_0_hotfixes.php b/setup/sql/6_0_hotfixes.php index 67a9f03fec67..23d494ef00a3 100644 --- a/setup/sql/6_0_hotfixes.php +++ b/setup/sql/6_0_hotfixes.php @@ -84,4 +84,13 @@ ')'; $ilDB->manipulate($query); } -?> \ No newline at end of file +?> +<#10> +manipulate( + "UPDATE il_cert_cron_queue SET adapter_class = " . $ilDB->quote('ilTestPlaceHolderValues', 'text') . " WHERE adapter_class = " . $ilDB->quote('ilTestPlaceholderValues', 'text') +); +$ilDB->manipulate( + "UPDATE il_cert_cron_queue SET adapter_class = " . $ilDB->quote('ilExercisePlaceHolderValues', 'text') . " WHERE adapter_class = " . $ilDB->quote('ilExercisePlaceholderValues', 'text') +); +?>