Skip to content

Commit 1016892

Browse files
committed
Merge pull request #302 from dariusstefan/master
alias_mgm: remove regex validation line from settings. (cherry picked from commit 88af45b)
1 parent 1045cd6 commit 1016892

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)