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:
authorMichal Čihař <mcihar@novell.com>2010-08-20 15:40:37 +0400
committerMichal Čihař <mcihar@novell.com>2010-08-20 15:40:37 +0400
commit862e3ca2a7c7fe56c76bb515367db0dce2a79d53 (patch)
tree9a4ad8b830a5b2d21c9e50d9d6d6c1c7e6412a43 /db_search.php
parent7b1c0187cfae8bd02d1fe1233aea57cef46b348f (diff)
parent41145feb12e1fe2f7af54c1ccb89a714c39bfb12 (diff)
Merge branch 'QA_3_3'
Conflicts: libraries/core.lib.php server_databases.php server_privileges.php
Diffstat (limited to 'db_search.php')
-rw-r--r--db_search.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/db_search.php b/db_search.php
index 0b68ba3d44..854cba8a0c 100644
--- a/db_search.php
+++ b/db_search.php
@@ -336,7 +336,7 @@ $alter_select =
<tr><td align="right">
<?php echo __('Inside column:'); ?></td>
<td><input type="text" name="field_str" size="60"
- value="<?php echo ! empty($field_str) ? $field_str : ''; ?>" /></td>
+ value="<?php echo ! empty($field_str) ? htmlspecialchars($field_str) : ''; ?>" /></td>
</tr>
</table>
</fieldset>