From 8b3992261b8d6e57e539a2a8b7fe74bf21ffddbd Mon Sep 17 00:00:00 2001 From: Falko Timme <ft@falkotimme.com> Date: Mon, 21 Oct 2013 09:28:06 -0400 Subject: [PATCH] - Forgot to make $inst global in function configure_pureftpd(). --- install/sql/incremental/upd_0052.sql | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/install/sql/incremental/upd_0052.sql b/install/sql/incremental/upd_0052.sql new file mode 100644 index 0000000..7ad62b2 --- /dev/null +++ b/install/sql/incremental/upd_0052.sql @@ -0,0 +1 @@ +ALTER TABLE `client` ADD `default_slave_dnsserver` INT( 11 ) UNSIGNED NOT NULL DEFAULT '1' AFTER `limit_dns_zone`; \ No newline at end of file -- Gitblit v1.9.1