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:
authorSaksham Gupta <shucontech@gmail.com>2021-06-07 20:18:34 +0300
committerSaksham Gupta <shucontech@gmail.com>2021-06-20 14:11:23 +0300
commit05587f29bd4cfc7ccb540f33d0b3a4bf04eea0c8 (patch)
treece79b9446452053eaa827df86f030c662def855d /libraries/config.default.php
parenteb96360cda9644a32fb4774ea625b99fb14b6240 (diff)
Fix #16935 Remove hardcoded row length
Signed-off-by: Saksham Gupta <shucontech@gmail.com> Make changes in default file and docs Signed-off-by: Saksham Gupta <shucontech@gmail.com>
Diffstat (limited to 'libraries/config.default.php')
-rw-r--r--libraries/config.default.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/config.default.php b/libraries/config.default.php
index acfe09dd9f..f3be0354a5 100644
--- a/libraries/config.default.php
+++ b/libraries/config.default.php
@@ -2517,7 +2517,7 @@ $cfg['CharTextareaCols'] = 40;
*
* @global integer $cfg['CharTextareaRows']
*/
-$cfg['CharTextareaRows'] = 2;
+$cfg['CharTextareaRows'] = 7;
/**
* Max field data length in browse mode for all non-numeric fields