Fix CRLF in SQL update for 4705

--HG--
branch : trunk
This commit is contained in:
Chaz Brown
2009-08-01 09:28:36 -04:00
parent 32a7e355a0
commit c8c2a3b0da

View File

@@ -1,2 +1,2 @@
DELETE FROM `trinity_string` WHERE `entry` = 6616;
INSERT INTO `trinity_string` (`entry`,`content_default`) VALUES ('6616','Silence is ON for %s');
DELETE FROM `trinity_string` WHERE `entry` = 6616;
INSERT INTO `trinity_string` (`entry`,`content_default`) VALUES ('6616','Silence is ON for %s');