Merge branch 'QA_4_5'
This commit is contained in:
commit
171c11b061
@ -233,7 +233,7 @@ function PMA_RTN_handleRequestCreateOrEdit($errors, $db)
|
||||
$privilegesBackup
|
||||
);
|
||||
if (empty($newErrors)) {
|
||||
$sql_query = $drop_routine . $sql_query;
|
||||
$sql_query = $drop_routine . $routine_query;
|
||||
} else {
|
||||
$errors = array_merge($errors, $newErrors);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user