Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaurĂ­cio Meneghini Fauth <mauricio@fauth.dev>2020-03-06 00:53:35 +0300
committerGitHub <noreply@github.com>2020-03-06 00:53:35 +0300
commit2489837213b90664aceebe4c9ac641bf167b8a97 (patch)
tree16ff641ef3f42dad938045a6aa745d61027d33a7 /tbl_get_field.php
parent46a7aa7cd4ff2be0eeb23721fbf71567bebe69a5 (diff)
Add l10n notes
Signed-off-by: William Desportes <williamdes@wdes.fr> Signed-off-by: MaurĂ­cio Meneghini Fauth <mauricio@fauth.dev> Co-Authored-By: William Desportes <williamdes@wdes.fr>
Diffstat (limited to 'tbl_get_field.php')
-rw-r--r--tbl_get_field.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/tbl_get_field.php b/tbl_get_field.php
index 1141fb04d6..37a75970da 100644
--- a/tbl_get_field.php
+++ b/tbl_get_field.php
@@ -42,6 +42,7 @@ if (! isset($_GET['where_clause'])
|| ! isset($_GET['where_clause_sign'])
|| ! Core::checkSqlQuerySignature($_GET['where_clause'], $_GET['where_clause_sign'])
) {
+/* l10n: In case a SQL query did not pass a security check */
Core::fatalError(__('There is an issue with your request.'));
exit;
}