diff options
| author | wjames5 <will@tekimaki.com> | 2008-06-13 20:28:50 +0000 |
|---|---|---|
| committer | wjames5 <will@tekimaki.com> | 2008-06-13 20:28:50 +0000 |
| commit | 2bbacc55b75a6db43d28b2f71e95dc4dfbc1d020 (patch) | |
| tree | 3d673900af54489dc4ed396a1b918a05fd398f6f /smarty_bit/block.textarea.php | |
| parent | d51bfc50c7fa40a10402cdcf053f38b4fadf7e0a (diff) | |
| download | kernel-2bbacc55b75a6db43d28b2f71e95dc4dfbc1d020.tar.gz kernel-2bbacc55b75a6db43d28b2f71e95dc4dfbc1d020.tar.bz2 kernel-2bbacc55b75a6db43d28b2f71e95dc4dfbc1d020.zip | |
set default name property
Diffstat (limited to 'smarty_bit/block.textarea.php')
| -rw-r--r-- | smarty_bit/block.textarea.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/smarty_bit/block.textarea.php b/smarty_bit/block.textarea.php index a9ff108..7e918eb 100644 --- a/smarty_bit/block.textarea.php +++ b/smarty_bit/block.textarea.php @@ -32,6 +32,7 @@ function smarty_block_textarea( $pParams, $pContent, &$gBitSmarty ) { } if (empty($pParams['id'])) { $pParams['id'] = LIBERTY_TEXT_AREA; + $pParams['name'] = 'edit'; } foreach ($pParams as $_key=>$_value) { switch ($_key) { |
