From 6c980106b7e49de3d94a2877ec4f23253d21ee0b Mon Sep 17 00:00:00 2001 From: "Hans Fr. Nordhaug" Date: Thu, 29 Sep 2011 12:47:48 -0400 Subject: [PATCH] patch #3314626 [display] CharTextareaRows is not respected --- ChangeLog | 1 + tbl_change.php | 2 +- themes/original/css/theme_right.css.php | 4 ++++ themes/pmahomme/css/theme_right.css.php | 3 +++ 4 files changed, 9 insertions(+), 1 deletion(-) 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"; ?> -