1
0
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:
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";
}
}
}