mirror of
https://github.com/vrana/adminer.git
synced 2025-08-11 17:14:07 +02:00
committed by
Jakub Vrana
parent
f25ffb36f9
commit
d6d86fa26a
@@ -32,7 +32,7 @@ if (!$error && $_POST) {
|
||||
$query = (isset($_GET["callf"]) ? "SELECT" : "CALL") . " " . table($PROCEDURE) . "(" . implode(", ", $call) . ")";
|
||||
$start = microtime(true);
|
||||
$result = $connection->multi_query($query);
|
||||
$affected = $connection->affected_rows; // getting warnigns overwrites this
|
||||
$affected = $connection->affected_rows; // getting warnings overwrites this
|
||||
echo $adminer->selectQuery($query, $start, !$result);
|
||||
|
||||
if (!$result) {
|
||||
|
Reference in New Issue
Block a user