mirror of
https://github.com/vrana/adminer.git
synced 2025-08-13 18:14:07 +02:00
Report errors in data export
This commit is contained in:
@@ -648,6 +648,8 @@ DROP PROCEDURE adminer_alter;
|
||||
$buffer .= ";\n";
|
||||
echo $buffer;
|
||||
}
|
||||
} elseif ($_POST["format"] == "sql") {
|
||||
echo "-- " . str_replace("\n", " ", $connection->error) . "\n";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user