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

Plugins: Add missing namespaces

This commit is contained in:
Jakub Vrana
2025-03-05 14:51:55 +01:00
parent a7f097e78c
commit 293e031498
3 changed files with 5 additions and 5 deletions

View File

@@ -26,7 +26,7 @@ class AdminerEditForeign {
$id = $foreignKey["target"][0];
$options = &$values[$target][$id];
if (!$options) {
$column = idf_escape($id);
$column = Adminer\idf_escape($id);
if (preg_match('~binary~', $field["type"])) {
$column = "HEX($column)";
}