diff --git a/.gitignore b/.gitignore deleted file mode 100644 index e43b0f988953ae3a84b00331d0ccf5f7d51cb3cf..0000000000000000000000000000000000000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -.DS_Store diff --git a/interface/web/client/form/reseller.tform.php b/interface/web/client/form/reseller.tform.php index 1c60597985f71906b7dfb37b6ea1ebe9a4c9ea33..4783370b880d1d61ae29aa34d81954f1b94ba6db 100644 --- a/interface/web/client/form/reseller.tform.php +++ b/interface/web/client/form/reseller.tform.php @@ -584,7 +584,7 @@ $form["tabs"]['limits'] = array ( 'value' => '' ), 'mail_servers' => array ( - 'datatype' => 'INTEGER', + 'datatype' => 'VARCHAR', 'formtype' => 'MULTIPLE', 'separator' => ',', 'default' => '1', @@ -1125,7 +1125,7 @@ $form["tabs"]['limits'] = array ( 'value' => '' ), 'dns_servers' => array ( - 'datatype' => 'INTEGER', + 'datatype' => 'VARCHAR', 'formtype' => 'MULTIPLE', 'separator' => ',', 'default' => '1', @@ -1223,7 +1223,7 @@ $form["tabs"]['limits'] = array ( 'value' => '' ), 'db_servers' => array ( - 'datatype' => 'INTEGER', + 'datatype' => 'VARCHAR', 'formtype' => 'MULTIPLE', 'separator' => ',', 'default' => '1',