1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-08 15:47:00 +02:00

Improve error message for views

This commit is contained in:
Jakub Vrana
2015-01-09 11:32:05 -08:00
parent 8cb8a75658
commit 2a5aca0038

View File

@@ -42,7 +42,7 @@ if (!$_POST && $TABLE != "") {
$row = view($TABLE); $row = view($TABLE);
$row["name"] = $TABLE; $row["name"] = $TABLE;
if (!$error) { if (!$error) {
$error = $connection->error; $error = error();
} }
} }