mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-03-05 15:54:03 +01:00
Fixes support for utf8 emoji in html signature.
This commit is contained in:
@@ -422,6 +422,6 @@ CREATE TRIGGER [contact_delete_member] ON [dbo].[contacts]
|
||||
WHERE [contact_id] IN (SELECT [contact_id] FROM deleted)
|
||||
GO
|
||||
|
||||
INSERT INTO [dbo].[system] ([name], [value]) VALUES ('roundcube-version', '2020020100')
|
||||
INSERT INTO [dbo].[system] ([name], [value]) VALUES ('roundcube-version', '2020020101')
|
||||
GO
|
||||
|
||||
Reference in New Issue
Block a user