From ab7597c7ec2d62aadf82c4c647d3dc63dae8de90 Mon Sep 17 00:00:00 2001 From: mcramer <m.cramer@pixcept.de> Date: Thu, 16 Aug 2012 14:53:05 -0400 Subject: [PATCH] Implemented FS#2379 - Add perl option to web sites (apache2 mod_perl2) Fixed (partly) FS#2310 - Template switch not working in mailuser module, for dashlets and the login page --- install/sql/incremental/upd_0009.sql | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/install/sql/incremental/upd_0009.sql b/install/sql/incremental/upd_0009.sql index ba20b6b..5be069c 100644 --- a/install/sql/incremental/upd_0009.sql +++ b/install/sql/incremental/upd_0009.sql @@ -63,4 +63,4 @@ alter table `server` add column `proxy_server` tinyint(1) not null after `vserver_server`; alter table `server` add column `firewall_server` tinyint(1) not null after `proxy_server`; -alter table `web_domain` add column `nginx_directives` mediumtext not null after `apache_directives`; +alter table `web_domain` add column `nginx_directives` mediumtext null after `apache_directives`; -- Gitblit v1.9.1