From: Adam Kusmierz Date: Tue, 20 Dec 2016 08:43:55 +0000 (+0100) Subject: Plugin which shows sql structure comments in field names title X-Git-Tag: v4.3.0~70 X-Git-Url: https://git.joonet.de/?a=commitdiff_plain;h=fd3d1c7e2e8ac1f3e01a2333399db02966128daf;p=adminer.git Plugin which shows sql structure comments in field names title --- diff --git a/plugins/struct-comments.php b/plugins/struct-comments.php new file mode 100644 index 00000000..919fa68f --- /dev/null +++ b/plugins/struct-comments.php @@ -0,0 +1,14 @@ +' . h($field["field"]) . ''; + } +}