Double sized textare for LONGTEXT is configurable (RFE #737174).

This commit is contained in:
Michal Čihař
2003-05-15 10:42:57 +00:00
parent ccc932155e
commit 2f5769cc3a
6 changed files with 382 additions and 339 deletions

View File

@@ -612,6 +612,10 @@ if (!defined('PMA_CONFIG_IMPORT_LIB_INCLUDED')) {
}
}
if (!isset($cfg['LongtextDoubleTextarea'])) {
$cfg['LongtextDoubleTextarea'] = TRUE;
}
if (!isset($cfg['TextareaRows'])) {
if (isset($cfgTextareaRows)) {
$cfg['TextareaRows'] = $cfgTextareaRows;