Commit e48bff79 authored by tbrehm's avatar tbrehm
Browse files

Removed unique check for transport domain field.

parent 56bdbee9
......@@ -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',
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment