From 36f449b814990d9e3dac904be4e8bf725687439c Mon Sep 17 00:00:00 2001 From: David Goodwin Date: Thu, 26 Mar 2020 09:26:11 +0000 Subject: [PATCH] remove duplicate type column --- AUTOCONFIG/AutoconfigHandler.php | 1 - 1 file changed, 1 deletion(-) diff --git a/AUTOCONFIG/AutoconfigHandler.php b/AUTOCONFIG/AutoconfigHandler.php index 20c29fde..62718c72 100644 --- a/AUTOCONFIG/AutoconfigHandler.php +++ b/AUTOCONFIG/AutoconfigHandler.php @@ -37,7 +37,6 @@ class AutoconfigHandler extends PFAHandler { 'provider_short' => pacol( 1, 1, 1, 'text', 'Autoconfig_provider_short' , '' , '' ), 'incoming_server' => pacol( 1, 1, 1, 'text', 'Autoconfig_incoming_server' , '' , '' ), 'outgoing_server' => pacol( 1, 1, 1, 'text', 'Autoconfig_outgoing_server' , '' , '' ), - 'type' => pacol( 1, 1, 1, 'text', 'Autoconfig_type' , '' , '' ), 'hostname' => pacol( 1, 1, 1, 'text', 'Autoconfig_hostname' , '' , '' ), 'port' => pacol( 1, 1, 1, 'integer', 'Autoconfig_port' , '' , '' ), 'socket_type' => pacol( 1, 1, 1, 'text', 'Autoconfig_socket_type' , '' , '' ),