Skip to content

Commit

Permalink
Merge pull request #302 from dariusstefan/master
Browse files Browse the repository at this point in the history
alias_mgm: remove regex validation line from settings.
  • Loading branch information
razvancrainea authored Aug 12, 2024
2 parents f2cd3cf + bc09aad commit 88af45b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion config/tools/users/alias_management/settings.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
),
"name" => "Table aliases",
"type" => "json",
"validation_regex" => $table_regex,
"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.",
"example" => "{
\"DBaliases\": \"dbaliases\",
Expand Down

0 comments on commit 88af45b

Please sign in to comment.