Skip to content

Commit 88af45b

Browse files
Merge pull request #302 from dariusstefan/master
alias_mgm: remove regex validation line from settings.
2 parents f2cd3cf + bc09aad commit 88af45b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: config/tools/users/alias_management/settings.inc.php

-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
),
4141
"name" => "Table aliases",
4242
"type" => "json",
43-
"validation_regex" => $table_regex,
4443
"tip" => "Parameter used for the aliases tables if there are more than the standard dbaliases table. The defined array has as key the label and as value the table name.For defining more than one attribute/value pair, complete the list with identical elements separated by comma.",
4544
"example" => "{
4645
\"DBaliases\": \"dbaliases\",

0 commit comments

Comments
 (0)