diff --git a/ChangeLog b/ChangeLog index f4ad09f08..d5cee34b4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -18,6 +18,7 @@ phpMyAdmin - ChangeLog - bug #3390832 [display] Delete records from last page breaks search - bug #3392150 [schema] PMA_User_Schema::processUserChoice() is broken - bug #3414744 [core] External link fails in 3.4.5 +- patch #3314626 [display] CharTextareaRows is not respected 3.4.5.0 (2011-09-14) - bug #3375325 [interface] Page list in navigation frame looks odd diff --git a/tbl_change.php b/tbl_change.php index 22584db43..213d383db 100644 --- a/tbl_change.php +++ b/tbl_change.php @@ -981,7 +981,7 @@ foreach ($rows as $row_id => $vrow) { if ($field['is_char'] && ($cfg['CharEditing'] == 'textarea' || strpos($data, "\n") !== FALSE)) { echo "\n"; ?> -