interface/web/sites/form/database.tform.php
@@ -80,9 +80,7 @@ 'formtype' => 'TEXT', 'validators' => array ( 0 => array ( 'type' => 'NOTEMPTY', 'errmsg'=> 'database_name_error_empty'), 1 => array ( 'type' => 'UNIQUE', 'errmsg'=> 'database_name_error_unique'), 2 => array ( 'type' => 'REGEX', 1 => array ( 'type' => 'REGEX', 'regex' => '/^[a-zA-Z0-9_]{2,64}$/', 'errmsg'=> 'database_name_error_regex'), ),