From ee2774c26d4b8c61dcd9e6020358b9b2e2fb91bf Mon Sep 17 00:00:00 2001 From: DDuarte Date: Mon, 29 Aug 2016 04:30:26 +0100 Subject: Remove BOM byte from 2016_08_28_02_hotfixes.sql --- sql/updates/hotfixes/6.x/2016_08_28_02_hotfixes.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sql') diff --git a/sql/updates/hotfixes/6.x/2016_08_28_02_hotfixes.sql b/sql/updates/hotfixes/6.x/2016_08_28_02_hotfixes.sql index bf18cfb421c..5ddecac7a6c 100644 --- a/sql/updates/hotfixes/6.x/2016_08_28_02_hotfixes.sql +++ b/sql/updates/hotfixes/6.x/2016_08_28_02_hotfixes.sql @@ -1,4 +1,4 @@ -DELETE FROM `broadcast_text` WHERE `ID` = 33133; +DELETE FROM `broadcast_text` WHERE `ID` = 33133; DELETE FROM `broadcast_text` WHERE `ID` = 33134; DELETE FROM `broadcast_text_locale` WHERE `ID` IN (33133, 33134); -- cgit v1.2.3