Report errors in data export

This commit is contained in:
Jakub Vrana 2010-10-29 17:29:35 +02:00
parent be3410f822
commit 164cd3bbb8

View file

@ -648,6 +648,8 @@ DROP PROCEDURE adminer_alter;
$buffer .= ";\n";
echo $buffer;
}
} elseif ($_POST["format"] == "sql") {
echo "-- " . str_replace("\n", " ", $connection->error) . "\n";
}
}
}