From 2a23207af78aedea244543c8583f1f4f69ba30f1 Mon Sep 17 00:00:00 2001 From: kent1 Date: Wed, 16 Aug 2017 08:28:33 +0200 Subject: [PATCH] =?UTF-8?q?Une=20parenth=C3=A8se=20fermante=20manquante=20?= =?UTF-8?q?dans=20la=20requ=C3=A8te?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit EmpĂȘchait la crĂ©ation du template roundcube-ssl fix #80 normalement --- ssl/alternc-ssl.install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ssl/alternc-ssl.install.php b/ssl/alternc-ssl.install.php index cfb548e6..041eef80 100644 --- a/ssl/alternc-ssl.install.php +++ b/ssl/alternc-ssl.install.php @@ -38,7 +38,7 @@ if ($argv[1] == "before-reload") { $db->query("SELECT * FROM domaines_type WHERE name='roundcube';"); if ($db->next_record()) { $db->query("INSERT IGNORE INTO `domaines_type` (name, description, target, entry, compatibility, enable, only_dns, need_dns, advanced ) VALUES - ('roundcube-ssl', 'HTTPS Roundcube Webmail', 'NONE', '%SUB% IN A @@PUBLIC_IP@@', 'mx,mx2,defmx,defmx2,txt', 'ALL', 0, 0, 1;"); + ('roundcube-ssl', 'HTTPS Roundcube Webmail', 'NONE', '%SUB% IN A @@PUBLIC_IP@@', 'mx,mx2,defmx,defmx2,txt', 'ALL', 0, 0, 1);"); } else { $db->query("DELETE FROM domaines_type WHERE name='roundcube-ssl';"); $db->query("UPDATE sub_domaines SET web_action='DELETE' WHERE type='roundcube-ssl';");