Merge remote-tracking branch 'origin/QA_4_5' into QA_4_5
This commit is contained in:
commit
7aa3c47a2f
@ -6,6 +6,7 @@ phpMyAdmin - ChangeLog
|
||||
- issue #11665 Format breaks query with COUNT()
|
||||
- issue Undefinex index: SendErrorReports
|
||||
- issue Incorrect script name in include
|
||||
- issue #11685 Warning: Invalid argument supplied for foreach()
|
||||
|
||||
4.5.2.0 (not yet released)
|
||||
- issue #11589 Incorrect parameter in mysqli_fetch_fields()
|
||||
|
||||
@ -104,7 +104,7 @@ $ajax_reload = array();
|
||||
if (! empty($sql_query)) {
|
||||
|
||||
// apply values for parameters
|
||||
if (! empty($_REQUEST['parameterized'])) {
|
||||
if (! empty($_REQUEST['parameterized']) && is_array($_REQUEST['parameters'])) {
|
||||
$parameters = $_REQUEST['parameters'];
|
||||
foreach ($parameters as $parameter => $replacement) {
|
||||
$quoted = preg_quote($parameter);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user