Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThilina Buddika <thilinaabeyrathna@gmail.com>2012-05-16 15:53:31 +0400
committerThilina Buddika <thilinaabeyrathna@gmail.com>2012-05-16 15:53:31 +0400
commit324f2725476f116bd47dbf686c1591947e91256e (patch)
tree2aa4db6d1691c481cb8b57ec926291910e100da3 /tbl_change.php
parentf5fe062cedd7587b9ecb1494f17c7f1e891acd58 (diff)
function name changed
Diffstat (limited to 'tbl_change.php')
-rw-r--r--tbl_change.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tbl_change.php b/tbl_change.php
index 2950452d70..89aee4f5c4 100644
--- a/tbl_change.php
+++ b/tbl_change.php
@@ -208,7 +208,7 @@ $html_output .= PMA_generate_common_hidden_inputs($_form_params);
$titles['Browse'] = PMA_getIcon('b_browse.png', __('Browse foreign values'));
-// user can toggle the display of Function column
+// user can toggle the display of Function column and column types
// (currently does not work for multi-edits)
if (! $cfg['ShowFunctionFields'] || ! $cfg['ShowFieldTypesInDataEditView']) {
$html_output .= __('Show');