mirror of
https://github.com/vrana/adminer.git
synced 2025-08-16 03:24:01 +02:00
Allow specifying external links (bug #3392685)
This commit is contained in:
@@ -162,6 +162,9 @@ ORDER BY ORDINAL_POSITION", null, "") as $row) { //! requires MySQL 5
|
||||
return $return;
|
||||
}
|
||||
|
||||
function selectLink($val, $field) {
|
||||
}
|
||||
|
||||
function selectVal($val, $link, $field) {
|
||||
$return = ($val === null ? " " : $val);
|
||||
$link = h($link);
|
||||
|
Reference in New Issue
Block a user