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:
authorninadsp <ninadsp16289@gmail.com>2010-08-22 11:12:54 +0400
committerninadsp <ninadsp16289@gmail.com>2010-08-22 11:12:54 +0400
commitc9253c0a0ed223ebeba21b25a16391a4acd611cf (patch)
tree5f593a7e32b38540ba4c5493637b95689702e964 /db_sql.php
parente1f319eef175d23474ca82455c761f8ecffca741 (diff)
parent7be82362080f862de054c85646fb54b3bf6402b9 (diff)
Merge conflict resolved for Lori's tree merge to main
Diffstat (limited to 'db_sql.php')
-rwxr-xr-xdb_sql.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/db_sql.php b/db_sql.php
index 00abd46672..2020dea7d5 100755
--- a/db_sql.php
+++ b/db_sql.php
@@ -39,7 +39,7 @@ if ($num_tables == 0 && empty($db_query_force)) {
/**
* Query box, bookmark, insert data from textfile
*/
-PMA_sqlQueryForm(true, false, isset($_REQUEST['delimiter']) ? $_REQUEST['delimiter'] : ';');
+PMA_sqlQueryForm(true, false, isset($_REQUEST['delimiter']) ? htmlspecialchars($_REQUEST['delimiter']) : ';');
/**
* Displays the footer