From a6e9b4f97bfd60bb58dd06dc48c629541149c377 Mon Sep 17 00:00:00 2001 From: Thomas Bruederli <thomas@roundcube.net> Date: Thu, 31 Jul 2014 08:29:14 -0400 Subject: [PATCH] Support the 'no-close' class feature for hiding close buttons in jQuery UI dialogs --- SQL/mssql.initial.sql | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/SQL/mssql.initial.sql b/SQL/mssql.initial.sql index 9d0521c..a6132b1 100644 --- a/SQL/mssql.initial.sql +++ b/SQL/mssql.initial.sql @@ -393,6 +393,6 @@ WHERE [contact_id] IN (SELECT [contact_id] FROM deleted) GO -INSERT INTO [dbo].[system] ([name], [value]) VALUES ('roundcube-version', '2013061000') +INSERT INTO [dbo].[system] ([name], [value]) VALUES ('roundcube-version', '2014042900') GO \ No newline at end of file -- Gitblit v1.9.1