From ec68c889100be01e46ef907d4f149ad2b9c55454 Mon Sep 17 00:00:00 2001 From: Cameron Date: Sun, 18 Dec 2022 18:35:47 -0800 Subject: [PATCH] Closes #4927 Extra options added to bbarea() --- e107_handlers/form_handler.php | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/e107_handlers/form_handler.php b/e107_handlers/form_handler.php index 171fb4500..86421ca4e 100644 --- a/e107_handlers/form_handler.php +++ b/e107_handlers/form_handler.php @@ -2456,6 +2456,16 @@ class e_form break; } + if(!empty($options['rows'])) + { + $rows = $options['rows']; + } + + if(!empty($options['style'])) + { + $height = "style='".$options['style']."'"; + } + // auto-height support /* $bbbar = '';