Skip to content

Commit 9944f9c

Browse files
author
Florian Schaal
committed
fix different servers for reseller (#4056)
1 parent 83bf799 commit 9944f9c

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

interface/web/client/form/reseller.tform.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -584,7 +584,7 @@
584584
'value' => ''
585585
),
586586
'mail_servers' => array (
587-
'datatype' => 'INTEGER',
587+
'datatype' => 'VARCHAR',
588588
'formtype' => 'MULTIPLE',
589589
'separator' => ',',
590590
'default' => '1',
@@ -1125,7 +1125,7 @@
11251125
'value' => ''
11261126
),
11271127
'dns_servers' => array (
1128-
'datatype' => 'INTEGER',
1128+
'datatype' => 'VARCHAR',
11291129
'formtype' => 'MULTIPLE',
11301130
'separator' => ',',
11311131
'default' => '1',
@@ -1223,7 +1223,7 @@
12231223
'value' => ''
12241224
),
12251225
'db_servers' => array (
1226-
'datatype' => 'INTEGER',
1226+
'datatype' => 'VARCHAR',
12271227
'formtype' => 'MULTIPLE',
12281228
'separator' => ',',
12291229
'default' => '1',

0 commit comments

Comments
 (0)