Merge branch 'QA_3_3'

This commit is contained in:
Marc Delisle
2011-01-08 13:45:40 -05:00
6 changed files with 47 additions and 11 deletions

View File

@@ -363,7 +363,7 @@ foreach ($query as $single_query) {
if (! $result) {
$error_messages[] = PMA_DBI_getError();
} else {
// the following is a real assignment:
// The next line contains a real assignment, it's not a typo
if ($tmp = @PMA_DBI_affected_rows()) {
$total_affected_rows += $tmp;
}