comment about lack of maxlength HTML attribute

This commit is contained in:
Marc Delisle
2008-03-27 17:30:09 +00:00
parent c9d023e3de
commit b1032c880b

View File

@@ -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 ' <td>' . "\n";