From b1032c880b8c8b712274cccfa28f1d68c4ccfb8b Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Thu, 27 Mar 2008 17:30:09 +0000 Subject: [PATCH] comment about lack of maxlength HTML attribute --- tbl_change.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tbl_change.php b/tbl_change.php index 344ee5498..d7d436b18 100644 --- a/tbl_change.php +++ b/tbl_change.php @@ -606,6 +606,8 @@ foreach ($rows as $row_id => $vrow) { // The value column (depends on type) // ---------------- + // See bug #1667887 for the reason why we don't use the maxlength + // HTML attribute $foreignData = PMA_getForeignData($foreigners, $field['Field'], false, '', ''); echo ' ' . "\n";