Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
bedfc40cba
@ -22,6 +22,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()
|
||||
|
||||
@ -105,7 +105,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