HomeHelpTrac

Ignore:
Timestamp:
11/19/09 00:43:07 (3 years ago)
Author:
Alexey Penskikh
Message:

Ticket #1457

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/modules/boonex/sites/classes/BxSitesFormAdd.php

    r13000 r13264  
    148148                    'type' => 'textarea', 
    149149                    'name' => 'description', 
    150                     'value' => isset($this->_aParam['description']) ? process_db_input($this->_aParam['description'], BX_TAGS_VALIDATE) : '', 
     150                    'value' => isset($this->_aParam['description']) ? $this->_aParam['description'] : '', 
    151151                    'caption' => _t('_bx_sites_form_description'), 
    152152                    'required' => true, 
Note: See TracChangeset for help on using the changeset viewer.