]> git.joonet.de Git - adminer.git/commitdiff
Display comment in table overview
authorJakub Vrana <jakub@vrana.cz>
Wed, 8 Sep 2010 08:43:08 +0000 (10:43 +0200)
committerJakub Vrana <jakub@vrana.cz>
Wed, 8 Sep 2010 08:43:08 +0000 (10:43 +0200)
adminer/table.inc.php
changes.txt

index 50ab0cd044f30c9ab8b0e2d00dd26b67f369a737..59901c28b5f9ac76349e0d7eb42dc5ee2d97f381 100644 (file)
@@ -8,6 +8,10 @@ $table_status = ($fields ? table_status($TABLE) : array());
 
 page_header(($fields && is_view($table_status) ? lang('View') : lang('Table')) . ": " . h($TABLE), $error);
 $adminer->selectLinks($table_status);
+$comment = $table_status["Comment"];
+if ($comment != "") {
+       echo "<p>" . lang('Comment') . ": " . h($comment) . "\n";
+}
 
 if ($fields) {
        echo "<table cellspacing='0'>\n";
index c445a6f0536f33e6f6ceef28249baaa21cc20dc5..d537b72bade5975db9e6cd040dac20ef47733eca 100644 (file)
@@ -15,7 +15,8 @@ Disable spellchecking in SQL textareas
 Display auto_increment value of inserted item
 Allow disabling auto_increment value export
 Prefill auto_increment column name
-Ability to jump to any page by JavaScript
+Ability to jump to any page in select by JavaScript
+Display comment in table overview
 Link last page above data in select
 Link table names in SQL queries
 Japanese translation