diff options
author | Chaz Brown <iamparadox@netscape.net> | 2009-08-01 09:28:36 -0400 |
---|---|---|
committer | Chaz Brown <iamparadox@netscape.net> | 2009-08-01 09:28:36 -0400 |
commit | c8c2a3b0da82e3500b92802d4db7fdfcd005b486 (patch) | |
tree | d0ddb9ffeb77242a73b8cfba850113cd6721e970 | |
parent | 32a7e355a074491c2afc308938df00d4e0375e07 (diff) |
Fix CRLF in SQL update for 4705
--HG--
branch : trunk
-rw-r--r-- | sql/updates/4705_world_trinity_string.sql | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/updates/4705_world_trinity_string.sql b/sql/updates/4705_world_trinity_string.sql index 8f55186296e..d16ac64b90c 100644 --- a/sql/updates/4705_world_trinity_string.sql +++ b/sql/updates/4705_world_trinity_string.sql @@ -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'); |