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

Don't print query in edit

This commit is contained in:
Jakub Vrana
2014-01-10 21:32:07 -08:00
parent dbf5eede9d
commit 2ecff21280
7 changed files with 19 additions and 19 deletions

View File

@@ -44,7 +44,7 @@ class AdminerFileUpload {
}
}
function selectVal($val, &$link, $field) {
function selectVal($val, &$link, $field, $original) {
if ($val != " " && preg_match('~(.*)_path$~', $field["field"], $regs)) {
$link = "$this->displayPath$_GET[select]/$regs[1]-$val";
}