mirror of
https://github.com/vrana/adminer.git
synced 2025-08-12 17:44:07 +02:00
is not needed with border-collapse
This commit is contained in:
@@ -45,7 +45,7 @@ class AdminerFileUpload {
|
||||
}
|
||||
|
||||
function selectVal($val, &$link, $field, $original) {
|
||||
if ($val != " " && preg_match('~(.*)_path$~', $field["field"], $regs)) {
|
||||
if ($val != "" && preg_match('~(.*)_path$~', $field["field"], $regs)) {
|
||||
$link = "$this->displayPath$_GET[select]/$regs[1]-$val";
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user