mirror of
https://github.com/vrana/adminer.git
synced 2025-08-08 07:36:44 +02:00
Improve error message for views
This commit is contained in:
@@ -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();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user