Skip to content
Snippets Groups Projects
Commit b9c1de7f authored by tbrehm's avatar tbrehm
Browse files

Fixed: FS#1008 - Remove the empty check for pts records.

parent e3929f17
No related branches found
No related tags found
No related merge requests found
...@@ -77,9 +77,7 @@ $form["tabs"]['dns'] = array ( ...@@ -77,9 +77,7 @@ $form["tabs"]['dns'] = array (
'name' => array ( 'name' => array (
'datatype' => 'VARCHAR', 'datatype' => 'VARCHAR',
'formtype' => 'TEXT', 'formtype' => 'TEXT',
'validators' => array ( 0 => array ( 'type' => 'NOTEMPTY', 'validators' => array ( 0 => array ( 'type' => 'REGEX',
'errmsg'=> 'name_error_empty'),
1 => array ( 'type' => 'REGEX',
'regex' => '/^[\w\.\-]{1,64}$/', 'regex' => '/^[\w\.\-]{1,64}$/',
'errmsg'=> 'name_error_regex'), 'errmsg'=> 'name_error_regex'),
), ),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment