From ee2320338e343df933792349a032783137476100 Mon Sep 17 00:00:00 2001 From: Pek5892 Date: Fri, 22 Mar 2024 15:02:16 +0100 Subject: [PATCH] Fix --- update/2_5.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update/2_5.php b/update/2_5.php index 813f430b7..20ba1858d 100644 --- a/update/2_5.php +++ b/update/2_5.php @@ -980,6 +980,6 @@ $traduzioni = [ ]; foreach ($traduzioni as $traduzione) { - //$database->query('UPDATE '.$traduzione[0].' SET `help` = "'.$traduzione[3].'" WHERE `title` = "'.$traduzione[2].'" AND `id_lang` = 2'); + $database->query('UPDATE '.$traduzione[0].' SET `help` = "'.$traduzione[3].'" WHERE `title` = "'.$traduzione[2].'" AND `id_lang` = 2'); $database->query('UPDATE '.$traduzione[0].' SET `title` = "'.$traduzione[1].'" WHERE `title` = "'.$traduzione[2].'" AND `id_lang` = 2'); } \ No newline at end of file