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.

(cherry picked from commit 88af45b)
  • Loading branch information
razvancrainea committed Aug 12, 2024
1 parent 1045cd6 commit 1016892
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 1016892

Please sign in to comment.