Bug #3153409 [core] 0 row(s) affected

This commit is contained in:
Marc Delisle
2011-01-08 13:44:28 -05:00
parent 6135612dbb
commit 8244589813
6 changed files with 47 additions and 11 deletions

View File

@@ -357,7 +357,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;
}