Changeset 13264 for trunk/modules/boonex/sites/classes/BxSitesFormAdd.php
- Timestamp:
- 11/19/09 00:43:07 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/boonex/sites/classes/BxSitesFormAdd.php
r13000 r13264 148 148 'type' => 'textarea', 149 149 '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'] : '', 151 151 'caption' => _t('_bx_sites_form_description'), 152 152 'required' => true,
Note: See TracChangeset
for help on using the changeset viewer.