mirror of
https://github.com/vrana/adminer.git
synced 2026-01-01 13:20:53 +01:00
Show hash columns
This commit is contained in:
@@ -30,7 +30,7 @@ function adminer_object() {
|
||||
|
||||
function fieldName($field, $order = 0) {
|
||||
// only columns with comments will be displayed and only the first five in select
|
||||
return ($order <= 5 && !ereg('_(md5|sha1)$', $field["field"]) ? h($field["comment"]) : "");
|
||||
return ($order <= 5 ? h($field["comment"]) : "");
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user