Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
Open sidebar
Dirk Dankhoff
ISPConfig 3
Commits
e48bff79
Commit
e48bff79
authored
Nov 24, 2011
by
tbrehm
Browse files
Removed unique check for transport domain field.
parent
56bdbee9
Changes
1
Hide whitespace changes
Inline
Side-by-side
interface/web/mail/form/mail_transport.tform.php
View file @
e48bff79
...
...
@@ -72,9 +72,6 @@ $form["tabs"]['transport'] = array (
'domain'
=>
array
(
'datatype'
=>
'VARCHAR'
,
'formtype'
=>
'TEXT'
,
'validators'
=>
array
(
0
=>
array
(
'type'
=>
'UNIQUE'
,
'errmsg'
=>
'domain_error_unique'
),
),
'default'
=>
''
,
'value'
=>
''
,
'width'
=>
'30'
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment