Merge branch 'QA_4_8'
This commit is contained in:
commit
b2d488b102
@ -110,7 +110,7 @@ if (isset($_POST['delete_save'])) {
|
||||
);
|
||||
}
|
||||
if (!empty($_REQUEST['total_rows'])
|
||||
&& PMA_isValid($_REQUEST['total_rows'], 'integer')
|
||||
&& Core::isValid($_REQUEST['total_rows'], 'integer')
|
||||
) {
|
||||
$total_rows = $_REQUEST['total_rows'];
|
||||
} else {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user